#3E0521

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

Shades of Blackberry #3E0521

Tints of Blackberry #3E0521

Color information

#3E0521 (or 0x3E0521) is unknown color: approx Blackberry. HEX triplet: 3E, 05 and 21. RGB value is (62,5,33). Sum of RGB (Red+Green+Blue) = 62+5+33=100 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0521 is #C1FADE. Grayscale: #191919. Windows color (decimal): -12712671 or 2164030. OLE color: 2164030.

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

Color convert

RGB62533-
CMYK00.920.470.76
HSL330.53º85.07%13.14%-
HSV(B)330.53º91.94%24.31%-
XYZ2.321.241.56-
YUV25.24132.38154.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 62%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 33 (13.28% from 255) = 33%
R=62%
G=5%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6253300.920.470.76330.5385.0713.14
Hex3E52105C2F4C14b55d
Octal7654101345711451312515
Binary11111010110000101011100101111100110010100101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,5,33); }

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

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

 a { background-color: rgb(62,5,33); }

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

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

 span { border-color: rgb(62,5,33); }

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