#3E1226

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

Shades of Blackberry #3E1226

Tints of Blackberry #3E1226

Color information

#3E1226 (or 0x3E1226) is unknown color: approx Blackberry. HEX triplet: 3E, 12 and 26. RGB value is (62,18,38). Sum of RGB (Red+Green+Blue) = 62+18+38=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1226 is #C1EDD9. Grayscale: #212121. Windows color (decimal): -12709338 or 2495038. OLE color: 2495038.

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

Color convert

RGB621838-
CMYK00.710.390.76
HSL332.73º55%15.69%-
HSV(B)332.73º70.97%24.31%-
XYZ2.551.62.01-
YUV33.44130.58148.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 52.54%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=52.54%
G=15.25%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62183800.710.390.76332.735515.69
Hex3E1226047274C14d3710
Octal7622460107471145156720
Binary1111101001010011001000111100111100110010100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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