#3E1323

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

Shades of Blackberry #3E1323

Tints of Blackberry #3E1323

Color information

#3E1323 (or 0x3E1323) is unknown color: approx Blackberry. HEX triplet: 3E, 13 and 23. RGB value is (62,19,35). Sum of RGB (Red+Green+Blue) = 62+19+35=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1323 is #C1ECDC. Grayscale: #212121. Windows color (decimal): -12709085 or 2298686. OLE color: 2298686.

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

Color convert

RGB621935-
CMYK00.690.440.76
HSL337.67º53.09%15.88%-
HSV(B)337.67º69.35%24.31%-
XYZ2.521.611.77-
YUV33.68128.75148.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.45%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=53.45%
G=16.38%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62193500.690.440.76337.6753.0915.88
Hex3E13230452C4C1523510
Octal7623430105541145226520
Binary1111101001110001101000101101100100110010101001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,19,35); }

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

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

 a { background-color: rgb(62,19,35); }

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

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

 span { border-color: rgb(62,19,35); }

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