#3F0720

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

Shades of Blackberry #3F0720

Tints of Blackberry #3F0720

Color information

#3F0720 (or 0x3F0720) is unknown color: approx Blackberry. HEX triplet: 3F, 07 and 20. RGB value is (63,7,32). Sum of RGB (Red+Green+Blue) = 63+7+32=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0720 is #C0F8DF. Grayscale: #1A1A1A. Windows color (decimal): -12646624 or 2099007. OLE color: 2099007.

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

Color convert

RGB63732-
CMYK00.890.490.75
HSL333.21º80%13.73%-
HSV(B)333.21º88.89%24.71%-
XYZ2.391.311.49-
YUV26.59131.05153.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.76%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=61.76%
G=6.86%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6373200.890.490.75333.218013.73
Hex3F720059314B14d50e
Octal7774001316111351512016
Binary11111111110000001011001110001100101110100110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,7,32); }

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

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

 a { background-color: rgb(63,7,32); }

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

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

 span { border-color: rgb(63,7,32); }

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