#2F031C

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

Shades of Blackberry #2F031C

Tints of Blackberry #2F031C

Color information

#2F031C (or 0x2F031C) is unknown color: approx Blackberry. HEX triplet: 2F, 03 and 1C. RGB value is (47,3,28). Sum of RGB (Red+Green+Blue) = 47+3+28=78 (10% of max value = 765). Red value is 47 (18.75% from 255 or 60.26% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 47 - color contains mainly: red. Hex color #2F031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F031C is #D0FCE3. Grayscale: #121212. Windows color (decimal): -13696228 or 1835823. OLE color: 1835823.

HSL color Cylindrical-coordinate representation of color #2F031C: hue angle of 325.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F031C is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.82.

Color convert

RGB47328-
CMYK00.940.400.82
HSL325.91º88%9.8%-
HSV(B)325.91º93.62%18.43%-
XYZ1.410.751.17-
YUV19.01133.08147.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 60.26%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=60.26%
G=3.85%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4732800.940.400.82325.91889.8
Hex2F31C05E285214658a
Octal5733401365012250613012
Binary101111111110001011110101000101001010100011010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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