#3E1223

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

Shades of Blackberry #3E1223

Tints of Blackberry #3E1223

Color information

#3E1223 (or 0x3E1223) is unknown color: approx Blackberry. HEX triplet: 3E, 12 and 23. RGB value is (62,18,35). Sum of RGB (Red+Green+Blue) = 62+18+35=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1223 is #C1EDDC. Grayscale: #212121. Windows color (decimal): -12709341 or 2298430. OLE color: 2298430.

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

Color convert

RGB621835-
CMYK00.710.440.76
HSL336.82º55%15.69%-
HSV(B)336.82º70.97%24.31%-
XYZ2.511.581.76-
YUV33.09129.08148.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 35 (14.06% from 255) = 30.43%
R=53.91%
G=15.65%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62183500.710.440.76336.825515.69
Hex3E12230472C4C1513710
Octal7622430107541145216720
Binary1111101001010001101000111101100100110010101000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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