#3F061B

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

Shades of Blackberry #3F061B

Tints of Blackberry #3F061B

Color information

#3F061B (or 0x3F061B) is unknown color: approx Blackberry. HEX triplet: 3F, 06 and 1B. RGB value is (63,6,27). Sum of RGB (Red+Green+Blue) = 63+6+27=96 (12% of max value = 765). Red value is 63 (25% from 255 or 65.62% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 63 - color contains mainly: red. Hex color #3F061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F061B is #C0F9E4. Grayscale: #191919. Windows color (decimal): -12646885 or 1771071. OLE color: 1771071.

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

Color convert

RGB63627-
CMYK00.900.570.75
HSL337.89º82.61%13.53%-
HSV(B)337.89º90.48%24.71%-
XYZ2.311.271.16-
YUV25.44128.88154.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 65.62%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=65.62%
G=6.25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6362700.900.570.75337.8982.6113.53
Hex3F61B05A394B15253e
Octal7763301327111352212316
Binary1111111101101101011010111001100101110101001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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