#3E032B

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

Shades of Blackberry #3E032B

Tints of Blackberry #3E032B

Color information

#3E032B (or 0x3E032B) is unknown color: approx Blackberry. HEX triplet: 3E, 03 and 2B. RGB value is (62,3,43). Sum of RGB (Red+Green+Blue) = 62+3+43=108 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.41% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 62 - color contains mainly: red. Hex color #3E032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E032B is #C1FCD4. Grayscale: #191919. Windows color (decimal): -12713173 or 2818878. OLE color: 2818878.

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

Color convert

RGB62343-
CMYK00.950.310.76
HSL319.32º90.77%12.75%-
HSV(B)319.32º95.16%24.31%-
XYZ2.461.262.4-
YUV25.2138.05154.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 57.41%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=57.41%
G=2.78%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6234300.950.310.76319.3290.7712.75
Hex3E32B05F1F4C13f5bd
Octal7635301373711447713315
Binary111110111010110101111111111100110010011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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