#3E1832

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

Shades of Blackberry #3E1832

Tints of Blackberry #3E1832

Color information

#3E1832 (or 0x3E1832) is unknown color: approx Blackberry. HEX triplet: 3E, 18 and 32. RGB value is (62,24,50). Sum of RGB (Red+Green+Blue) = 62+24+50=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1832 is #C1E7CD. Grayscale: #262626. Windows color (decimal): -12707790 or 3283006. OLE color: 3283006.

HSL color Cylindrical-coordinate representation of color #3E1832: hue angle of 318.95º 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 #3E1832 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB622450-
CMYK00.610.190.76
HSL318.95º44.19%16.86%-
HSV(B)318.95º61.29%24.31%-
XYZ2.891.913.23-
YUV38.33134.59144.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=45.59%
G=17.65%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62245000.610.190.76318.9544.1916.86
Hex3E183203D134C13f2c11
Octal763062075231144775421
Binary11111011000110010011110110011100110010011111110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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