#2F041A

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

Shades of Blackberry #2F041A

Tints of Blackberry #2F041A

Color information

#2F041A (or 0x2F041A) is unknown color: approx Blackberry. HEX triplet: 2F, 04 and 1A. RGB value is (47,4,26). Sum of RGB (Red+Green+Blue) = 47+4+26=77 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.04% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 47 - color contains mainly: red. Hex color #2F041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F041A is #D0FBE5. Grayscale: #131313. Windows color (decimal): -13695974 or 1705007. OLE color: 1705007.

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

Color convert

RGB47426-
CMYK00.910.450.82
HSL329.3º84.31%10%-
HSV(B)329.3º91.49%18.43%-
XYZ1.40.771.05-
YUV19.36131.75147.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 61.04%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=61.04%
G=5.19%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4742600.910.450.82329.384.3110
Hex2F41A05B2D5214954a
Octal5743201335512251112412
Binary1011111001101001011011101101101001010100100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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