#2F041B

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

Shades of Blackberry #2F041B

Tints of Blackberry #2F041B

Color information

#2F041B (or 0x2F041B) is unknown color: approx Blackberry. HEX triplet: 2F, 04 and 1B. RGB value is (47,4,27). Sum of RGB (Red+Green+Blue) = 47+4+27=78 (10% of max value = 765). Red value is 47 (18.75% from 255 or 60.26% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 47 - color contains mainly: red. Hex color #2F041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F041B is #D0FBE4. Grayscale: #131313. Windows color (decimal): -13695973 or 1770543. OLE color: 1770543.

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

Color convert

RGB47427-
CMYK00.910.430.82
HSL327.91º84.31%10%-
HSV(B)327.91º91.49%18.43%-
XYZ1.410.771.11-
YUV19.48132.25147.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 60.26%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=60.26%
G=5.13%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4742700.910.430.82327.9184.3110
Hex2F41B05B2B5214854a
Octal5743301335312251012412
Binary1011111001101101011011101011101001010100100010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,4,27); }

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

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

 a { background-color: rgb(47,4,27); }

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

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

 span { border-color: rgb(47,4,27); }

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