#2F0A21

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

Shades of Blackberry #2F0A21

Tints of Blackberry #2F0A21

Color information

#2F0A21 (or 0x2F0A21) is unknown color: approx Blackberry. HEX triplet: 2F, 0A and 21. RGB value is (47,10,33). Sum of RGB (Red+Green+Blue) = 47+10+33=90 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.22% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0A21 is #D0F5DE. Grayscale: #171717. Windows color (decimal): -13694431 or 2165295. OLE color: 2165295.

HSL color Cylindrical-coordinate representation of color #2F0A21: hue angle of 322.7º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F0A21 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB471033-
CMYK00.790.300.82
HSL322.7º64.91%11.18%-
HSV(B)322.7º78.72%18.43%-
XYZ1.560.931.54-
YUV23.68133.26144.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 52.22%
GREEN value IS 10 (4.30% from 255) = 11.11%
BLUE value IS 33 (13.28% from 255) = 36.67%
R=52.22%
G=11.11%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47103300.790.300.82322.764.9111.18
Hex2FA2104F1E5214341b
Octal57124101173612250310113
Binary10111110101000010100111111110101001010100001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,10,33); }

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

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

 a { background-color: rgb(47,10,33); }

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

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

 span { border-color: rgb(47,10,33); }

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