#2C051F

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

Shades of Blackberry #2C051F

Tints of Blackberry #2C051F

Color information

#2C051F (or 0x2C051F) is unknown color: approx Blackberry. HEX triplet: 2C, 05 and 1F. RGB value is (44,5,31). Sum of RGB (Red+Green+Blue) = 44+5+31=80 (10% of max value = 765). Red value is 44 (17.58% from 255 or 55% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 44 - color contains mainly: red. Hex color #2C051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C051F is #D3FAE0. Grayscale: #131313. Windows color (decimal): -13892321 or 2032940. OLE color: 2032940.

HSL color Cylindrical-coordinate representation of color #2C051F: hue angle of 320º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C051F is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB44531-
CMYK00.890.300.83
HSL320º79.59%9.61%-
HSV(B)320º88.64%17.25%-
XYZ1.340.741.37-
YUV19.62134.42145.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 55%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=55%
G=6.25%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4453100.890.300.8332079.599.61
Hex2C51F0591E5314050a
Octal5453701313612350012012
Binary101100101111110101100111110101001110100000010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,5,31); }

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

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

 a { background-color: rgb(44,5,31); }

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

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

 span { border-color: rgb(44,5,31); }

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