#2F0F21

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

Shades of Blackberry #2F0F21

Tints of Blackberry #2F0F21

Color information

#2F0F21 (or 0x2F0F21) is unknown color: approx Blackberry. HEX triplet: 2F, 0F and 21. RGB value is (47,15,33). Sum of RGB (Red+Green+Blue) = 47+15+33=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0F21 is #D0F0DE. Grayscale: #1A1A1A. Windows color (decimal): -13693151 or 2166575. OLE color: 2166575.

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

Color convert

RGB471533-
CMYK00.680.300.82
HSL326.25º51.61%12.16%-
HSV(B)326.25º68.09%18.43%-
XYZ1.621.061.56-
YUV26.62131.6142.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 49.47%
GREEN value IS 15 (6.25% from 255) = 15.79%
BLUE value IS 33 (13.28% from 255) = 34.74%
R=49.47%
G=15.79%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47153300.680.300.82326.2551.6112.16
Hex2FF210441E5214634c
Octal5717410104361225066414
Binary1011111111100001010001001111010100101010001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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