#3F061C

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

Shades of Blackberry #3F061C

Tints of Blackberry #3F061C

Color information

#3F061C (or 0x3F061C) is unknown color: approx Blackberry. HEX triplet: 3F, 06 and 1C. RGB value is (63,6,28). Sum of RGB (Red+Green+Blue) = 63+6+28=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F061C is #C0F9E3. Grayscale: #191919. Windows color (decimal): -12646884 or 1836607. OLE color: 1836607.

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

Color convert

RGB63628-
CMYK00.900.560.75
HSL336.84º82.61%13.53%-
HSV(B)336.84º90.48%24.71%-
XYZ2.321.271.22-
YUV25.55129.38154.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.95%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 28 (11.33% from 255) = 28.87%
R=64.95%
G=6.19%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6362800.900.560.75336.8482.6113.53
Hex3F61C05A384B15153e
Octal7763401327011352112316
Binary1111111101110001011010111000100101110101000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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