#2F091C

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

Shades of Blackberry #2F091C

Tints of Blackberry #2F091C

Color information

#2F091C (or 0x2F091C) is unknown color: approx Blackberry. HEX triplet: 2F, 09 and 1C. RGB value is (47,9,28). Sum of RGB (Red+Green+Blue) = 47+9+28=84 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.95% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 47 - color contains mainly: red. Hex color #2F091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F091C is #D0F6E3. Grayscale: #161616. Windows color (decimal): -13694692 or 1837359. OLE color: 1837359.

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

Color convert

RGB47928-
CMYK00.810.400.82
HSL330º67.86%10.98%-
HSV(B)330º80.85%18.43%-
XYZ1.480.881.19-
YUV22.53131.09145.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 55.95%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=55.95%
G=10.71%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4792800.810.400.8233067.8610.98
Hex2F91C051285214a44b
Octal57113401215012251210413
Binary10111110011110001010001101000101001010100101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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