#3E1828

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

Shades of Blackberry #3E1828

Tints of Blackberry #3E1828

Color information

#3E1828 (or 0x3E1828) is unknown color: approx Blackberry. HEX triplet: 3E, 18 and 28. RGB value is (62,24,40). Sum of RGB (Red+Green+Blue) = 62+24+40=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1828 is #C1E7D7. Grayscale: #252525. Windows color (decimal): -12707800 or 2627646. OLE color: 2627646.

HSL color Cylindrical-coordinate representation of color #3E1828: hue angle of 334.74º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E1828 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB622440-
CMYK00.610.350.76
HSL334.74º44.19%16.86%-
HSV(B)334.74º61.29%24.31%-
XYZ2.71.832.22-
YUV37.19129.59145.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.21%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=49.21%
G=19.05%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62244000.610.350.76334.7444.1916.86
Hex3E182803D234C14f2c11
Octal763050075431145175421
Binary111110110001010000111101100011100110010100111110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1828; }

 p { color: rgb(62,24,40); }

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

<style>
 a { background-color: #3E1828; }

 a { background-color: rgb(62,24,40); }

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

<style>
 span { border-color: #3E1828; }

 span { border-color: rgb(62,24,40); }

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