#3F062F

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

Shades of Blackberry #3F062F

Tints of Blackberry #3F062F

Color information

#3F062F (or 0x3F062F) is unknown color: approx Blackberry. HEX triplet: 3F, 06 and 2F. RGB value is (63,6,47). Sum of RGB (Red+Green+Blue) = 63+6+47=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F062F is #C0F9D0. Grayscale: #1B1B1B. Windows color (decimal): -12646865 or 3081791. OLE color: 3081791.

HSL color Cylindrical-coordinate representation of color #3F062F: hue angle of 316.84º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F062F is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB63647-
CMYK00.900.250.75
HSL316.84º82.61%13.53%-
HSV(B)316.84º90.48%24.71%-
XYZ2.631.392.82-
YUV27.72138.88153.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.31%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=54.31%
G=5.17%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364700.900.250.75316.8482.6113.53
Hex3F62F05A194B13d53e
Octal7765701323111347512316
Binary1111111101011110101101011001100101110011110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,6,47); }

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

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

 a { background-color: rgb(63,6,47); }

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

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

 span { border-color: rgb(63,6,47); }

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