#3E0421

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

Shades of Blackberry #3E0421

Tints of Blackberry #3E0421

Color information

#3E0421 (or 0x3E0421) is unknown color: approx Blackberry. HEX triplet: 3E, 04 and 21. RGB value is (62,4,33). Sum of RGB (Red+Green+Blue) = 62+4+33=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0421 is #C1FBDE. Grayscale: #181818. Windows color (decimal): -12712927 or 2163774. OLE color: 2163774.

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

Color convert

RGB62433-
CMYK00.940.470.76
HSL330º87.88%12.94%-
HSV(B)330º93.55%24.31%-
XYZ2.31.221.55-
YUV24.65132.72154.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 62.63%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=62.63%
G=4.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6243300.940.470.7633087.8812.94
Hex3E42105E2F4C14a58d
Octal7644101365711451213015
Binary11111010010000101011110101111100110010100101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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