#3F021E

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

Shades of Blackberry #3F021E

Tints of Blackberry #3F021E

Color information

#3F021E (or 0x3F021E) is unknown color: approx Blackberry. HEX triplet: 3F, 02 and 1E. RGB value is (63,2,30). Sum of RGB (Red+Green+Blue) = 63+2+30=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F021E is #C0FDE1. Grayscale: #171717. Windows color (decimal): -12647906 or 1966655. OLE color: 1966655.

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

Color convert

RGB63230-
CMYK00.970.520.75
HSL332.46º93.85%12.75%-
HSV(B)332.46º96.83%24.71%-
XYZ2.311.191.34-
YUV23.43131.71156.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 66.32%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=66.32%
G=2.11%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6323000.970.520.75332.4693.8512.75
Hex3F21E061344B14c5ed
Octal7723601416411351413615
Binary111111101111001100001110100100101110100110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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