#2F0919

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

Shades of Blackberry #2F0919

Tints of Blackberry #2F0919

Color information

#2F0919 (or 0x2F0919) is unknown color: approx Blackberry. HEX triplet: 2F, 09 and 19. RGB value is (47,9,25). Sum of RGB (Red+Green+Blue) = 47+9+25=81 (10% of max value = 765). Red value is 47 (18.75% from 255 or 58.02% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0919 is #D0F6E6. Grayscale: #161616. Windows color (decimal): -13694695 or 1640751. OLE color: 1640751.

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

Color convert

RGB47925-
CMYK00.810.470.82
HSL334.74º67.86%10.98%-
HSV(B)334.74º80.85%18.43%-
XYZ1.450.871.01-
YUV22.19129.59145.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 58.02%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=58.02%
G=11.11%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4792500.810.470.82334.7467.8610.98
Hex2F9190512F5214f44b
Octal57113101215712251710413
Binary10111110011100101010001101111101001010100111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,9,25); }

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

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

 a { background-color: rgb(47,9,25); }

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

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

 span { border-color: rgb(47,9,25); }

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