#2F0121

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

Shades of Blackberry #2F0121

Tints of Blackberry #2F0121

Color information

#2F0121 (or 0x2F0121) is unknown color: approx Blackberry. HEX triplet: 2F, 01 and 21. RGB value is (47,1,33). Sum of RGB (Red+Green+Blue) = 47+1+33=81 (10% of max value = 765). Red value is 47 (18.75% from 255 or 58.02% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0121 is #D0FEDE. Grayscale: #121212. Windows color (decimal): -13696735 or 2162991. OLE color: 2162991.

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

Color convert

RGB47133-
CMYK00.980.300.82
HSL318.26º95.83%9.41%-
HSV(B)318.26º97.87%18.43%-
XYZ1.460.741.5-
YUV18.4136.24148.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 58.02%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 33 (13.28% from 255) = 40.74%
R=58.02%
G=1.23%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4713300.980.300.82318.2695.839.41
Hex2F1210621E5213e609
Octal5714101423612247614011
Binary10111111000010110001011110101001010011111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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