#3E1333

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

Shades of Blackberry #3E1333

Tints of Blackberry #3E1333

Color information

#3E1333 (or 0x3E1333) is unknown color: approx Blackberry. HEX triplet: 3E, 13 and 33. RGB value is (62,19,51). Sum of RGB (Red+Green+Blue) = 62+19+51=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1333 is #C1ECCC. Grayscale: #232323. Windows color (decimal): -12709069 or 3347262. OLE color: 3347262.

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

Color convert

RGB621951-
CMYK00.690.180.76
HSL315.35º53.09%15.88%-
HSV(B)315.35º69.35%24.31%-
XYZ2.821.733.32-
YUV35.5136.75146.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.97%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=46.97%
G=14.39%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62195100.690.180.76315.3553.0915.88
Hex3E1333045124C13b3510
Octal7623630105221144736520
Binary111110100111100110100010110010100110010011101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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