#2F0321

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

Shades of Blackberry #2F0321

Tints of Blackberry #2F0321

Color information

#2F0321 (or 0x2F0321) is unknown color: approx Blackberry. HEX triplet: 2F, 03 and 21. RGB value is (47,3,33). Sum of RGB (Red+Green+Blue) = 47+3+33=83 (10% of max value = 765). Red value is 47 (18.75% from 255 or 56.63% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0321 is #D0FCDE. Grayscale: #131313. Windows color (decimal): -13696223 or 2163503. OLE color: 2163503.

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

Color convert

RGB47333-
CMYK00.940.300.82
HSL319.09º88%9.8%-
HSV(B)319.09º93.62%18.43%-
XYZ1.480.781.51-
YUV19.58135.58147.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 56.63%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 33 (13.28% from 255) = 39.76%
R=56.63%
G=3.61%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4733300.940.300.82319.09889.8
Hex2F32105E1E5213f58a
Octal5734101363612247713012
Binary101111111000010101111011110101001010011111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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