#3F021D

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

Shades of Blackberry #3F021D

Tints of Blackberry #3F021D

Color information

#3F021D (or 0x3F021D) is unknown color: approx Blackberry. HEX triplet: 3F, 02 and 1D. RGB value is (63,2,29). Sum of RGB (Red+Green+Blue) = 63+2+29=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F021D is #C0FDE2. Grayscale: #171717. Windows color (decimal): -12647907 or 1901119. OLE color: 1901119.

HSL color Cylindrical-coordinate representation of color #3F021D: hue angle of 333.44º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F021D is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB63229-
CMYK00.970.540.75
HSL333.44º93.85%12.75%-
HSV(B)333.44º96.83%24.71%-
XYZ2.291.191.27-
YUV23.32131.21156.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 67.02%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=67.02%
G=2.13%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6322900.970.540.75333.4493.8512.75
Hex3F21D061364B14d5ed
Octal7723501416611351513615
Binary111111101110101100001110110100101110100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,29); }

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

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

 a { background-color: rgb(63,2,29); }

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

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

 span { border-color: rgb(63,2,29); }

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