#3E0332

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

Shades of Blackberry #3E0332

Tints of Blackberry #3E0332

Color information

#3E0332 (or 0x3E0332) is unknown color: approx Blackberry. HEX triplet: 3E, 03 and 32. RGB value is (62,3,50). Sum of RGB (Red+Green+Blue) = 62+3+50=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0332 is #C1FCCD. Grayscale: #191919. Windows color (decimal): -12713166 or 3277630. OLE color: 3277630.

HSL color Cylindrical-coordinate representation of color #3E0332: hue angle of 312.2º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0332 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB62350-
CMYK00.950.190.76
HSL312.2º90.77%12.75%-
HSV(B)312.2º95.16%24.31%-
XYZ2.591.323.14-
YUV26141.55153.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 50 (19.92% from 255) = 43.48%
R=53.91%
G=2.61%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6235000.950.190.76312.290.7712.75
Hex3E33205F134C1385bd
Octal7636201372311447013315
Binary111110111100100101111110011100110010011100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,3,50); }

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

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

 a { background-color: rgb(62,3,50); }

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

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

 span { border-color: rgb(62,3,50); }

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