#501D38

Color #501D38 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #501D38

Tints of Blackberry #501D38

Color information

#501D38 (or 0x501D38) is unknown color: approx Blackberry. HEX triplet: 50, 1D and 38. RGB value is (80,29,56). Sum of RGB (Red+Green+Blue) = 80+29+56=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #501D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D38 is #AFE2C7. Grayscale: #2F2F2F. Windows color (decimal): -11526856 or 3677520. OLE color: 3677520.

HSL color Cylindrical-coordinate representation of color #501D38: hue angle of 328.24º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D38 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB802956-
CMYK00.640.300.69
HSL328.24º46.79%21.37%-
HSV(B)328.24º63.75%31.37%-
XYZ4.462.874.06-
YUV47.33132.9151.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=48.48%
G=17.58%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80295600.640.300.69328.2446.7921.37
Hex501D380401E451482f15
Octal12035700100361055105725
Binary1010000111011110000100000011110100010110100100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501D38; }

 p { color: rgb(80,29,56); }

 H1.HeaderClassName
 {
   color: #501D38;
 }
 .AnyTagClassName
 {
   color: #501D38;
 }
</style>
background-color css

<style>
 a { background-color: #501D38; }

 a { background-color: rgb(80,29,56); }

 div.DivClassName
 {
   background-color: #501D38;
 }
 .BgClassName
 {
   background-color: #501D38;
 }
</style>
border-color css

<style>
 span { border-color: #501D38; }

 span { border-color: rgb(80,29,56); }

 td.TdClassName
 {
   border-color: #501D38;
 }
 .TagClassName
 {
   border-color: #501D38;
 }
</style>