#2F091E

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

Shades of Blackberry #2F091E

Tints of Blackberry #2F091E

Color information

#2F091E (or 0x2F091E) is unknown color: approx Blackberry. HEX triplet: 2F, 09 and 1E. RGB value is (47,9,30). Sum of RGB (Red+Green+Blue) = 47+9+30=86 (11% of max value = 765). Red value is 47 (18.75% from 255 or 54.65% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 47 - color contains mainly: red. Hex color #2F091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F091E is #D0F6E1. Grayscale: #161616. Windows color (decimal): -13694690 or 1968431. OLE color: 1968431.

HSL color Cylindrical-coordinate representation of color #2F091E: hue angle of 326.84º 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 #2F091E is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB47930-
CMYK00.810.360.82
HSL326.84º67.86%10.98%-
HSV(B)326.84º80.85%18.43%-
XYZ1.50.891.32-
YUV22.76132.09145.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 54.65%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=54.65%
G=10.47%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4793000.810.360.82326.8467.8610.98
Hex2F91E051245214744b
Octal57113601214412250710413
Binary10111110011111001010001100100101001010100011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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