#2F0D21

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

Shades of Blackberry #2F0D21

Tints of Blackberry #2F0D21

Color information

#2F0D21 (or 0x2F0D21) is unknown color: approx Blackberry. HEX triplet: 2F, 0D and 21. RGB value is (47,13,33). Sum of RGB (Red+Green+Blue) = 47+13+33=93 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50.54% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0D21 is #D0F2DE. Grayscale: #191919. Windows color (decimal): -13693663 or 2166063. OLE color: 2166063.

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

Color convert

RGB471333-
CMYK00.720.300.82
HSL324.71º56.67%11.76%-
HSV(B)324.71º72.34%18.43%-
XYZ1.5911.55-
YUV25.45132.26143.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 50.54%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=50.54%
G=13.98%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47133300.720.300.82324.7156.6711.76
Hex2FD210481E5214539c
Octal5715410110361225057114
Binary1011111101100001010010001111010100101010001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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