#3F021A

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

Shades of Blackberry #3F021A

Tints of Blackberry #3F021A

Color information

#3F021A (or 0x3F021A) is unknown color: approx Blackberry. HEX triplet: 3F, 02 and 1A. RGB value is (63,2,26). Sum of RGB (Red+Green+Blue) = 63+2+26=91 (12% of max value = 765). Red value is 63 (25% from 255 or 69.23% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 63 - color contains mainly: red. Hex color #3F021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F021A is #C0FDE5. Grayscale: #161616. Windows color (decimal): -12647910 or 1704511. OLE color: 1704511.

HSL color Cylindrical-coordinate representation of color #3F021A: hue angle of 336.39º 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 #3F021A is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB63226-
CMYK00.970.590.75
HSL336.39º93.85%12.75%-
HSV(B)336.39º96.83%24.71%-
XYZ2.261.171.09-
YUV22.98129.71156.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 69.23%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=69.23%
G=2.20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6322600.970.590.75336.3993.8512.75
Hex3F21A0613B4B1505ed
Octal7723201417311352013615
Binary111111101101001100001111011100101110101000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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