#3E041B

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

Shades of Blackberry #3E041B

Tints of Blackberry #3E041B

Color information

#3E041B (or 0x3E041B) is unknown color: approx Blackberry. HEX triplet: 3E, 04 and 1B. RGB value is (62,4,27). Sum of RGB (Red+Green+Blue) = 62+4+27=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E041B is #C1FBE4. Grayscale: #171717. Windows color (decimal): -12712933 or 1770558. OLE color: 1770558.

HSL color Cylindrical-coordinate representation of color #3E041B: hue angle of 336.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E041B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB62427-
CMYK00.940.560.76
HSL336.21º87.88%12.94%-
HSV(B)336.21º93.55%24.31%-
XYZ2.231.191.15-
YUV23.96129.72155.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=66.67%
G=4.30%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6242700.940.560.76336.2187.8812.94
Hex3E41B05E384C15058d
Octal7643301367011452013015
Binary1111101001101101011110111000100110010101000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,4,27); }

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

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

 a { background-color: rgb(62,4,27); }

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

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

 span { border-color: rgb(62,4,27); }

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