#2F0718

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

Shades of Blackberry #2F0718

Tints of Blackberry #2F0718

Color information

#2F0718 (or 0x2F0718) is unknown color: approx Blackberry. HEX triplet: 2F, 07 and 18. RGB value is (47,7,24). Sum of RGB (Red+Green+Blue) = 47+7+24=78 (10% of max value = 765). Red value is 47 (18.75% from 255 or 60.26% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0718 is #D0F8E7. Grayscale: #141414. Windows color (decimal): -13695208 or 1574703. OLE color: 1574703.

HSL color Cylindrical-coordinate representation of color #2F0718: hue angle of 334.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0718 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.82.

Color convert

RGB47724-
CMYK00.850.490.82
HSL334.5º74.07%10.59%-
HSV(B)334.5º85.11%18.43%-
XYZ1.410.820.95-
YUV20.9129.75146.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 60.26%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=60.26%
G=8.97%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4772400.850.490.82334.574.0710.59
Hex2F718055315214e4ab
Octal5773001256112251611213
Binary1011111111100001010101110001101001010100111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F0718; }

 p { color: rgb(47,7,24); }

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

<style>
 a { background-color: #2F0718; }

 a { background-color: rgb(47,7,24); }

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

<style>
 span { border-color: #2F0718; }

 span { border-color: rgb(47,7,24); }

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