#3E0C23

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

Shades of Blackberry #3E0C23

Tints of Blackberry #3E0C23

Color information

#3E0C23 (or 0x3E0C23) is unknown color: approx Blackberry. HEX triplet: 3E, 0C and 23. RGB value is (62,12,35). Sum of RGB (Red+Green+Blue) = 62+12+35=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0C23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0C23 is #C1F3DC. Grayscale: #1D1D1D. Windows color (decimal): -12710877 or 2296894. OLE color: 2296894.

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

Color convert

RGB621235-
CMYK00.810.440.76
HSL332.4º67.57%14.51%-
HSV(B)332.4º80.65%24.31%-
XYZ2.421.411.73-
YUV29.57131.06151.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 56.88%
GREEN value IS 12 (5.08% from 255) = 11.01%
BLUE value IS 35 (14.06% from 255) = 32.11%
R=56.88%
G=11.01%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62123500.810.440.76332.467.5714.51
Hex3EC230512C4C14c44f
Octal76144301215411451410417
Binary111110110010001101010001101100100110010100110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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