#3F061E

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

Shades of Blackberry #3F061E

Tints of Blackberry #3F061E

Color information

#3F061E (or 0x3F061E) is unknown color: approx Blackberry. HEX triplet: 3F, 06 and 1E. RGB value is (63,6,30). Sum of RGB (Red+Green+Blue) = 63+6+30=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F061E is #C0F9E1. Grayscale: #191919. Windows color (decimal): -12646882 or 1967679. OLE color: 1967679.

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

Color convert

RGB63630-
CMYK00.900.520.75
HSL334.74º82.61%13.53%-
HSV(B)334.74º90.48%24.71%-
XYZ2.351.281.35-
YUV25.78130.38154.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 63.64%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=63.64%
G=6.06%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6363000.900.520.75334.7482.6113.53
Hex3F61E05A344B14f53e
Octal7763601326411351712316
Binary1111111101111001011010110100100101110100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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