#2C051D

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

Shades of Blackberry #2C051D

Tints of Blackberry #2C051D

Color information

#2C051D (or 0x2C051D) is unknown color: approx Blackberry. HEX triplet: 2C, 05 and 1D. RGB value is (44,5,29). Sum of RGB (Red+Green+Blue) = 44+5+29=78 (10% of max value = 765). Red value is 44 (17.58% from 255 or 56.41% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 44 - color contains mainly: red. Hex color #2C051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C051D is #D3FAE2. Grayscale: #131313. Windows color (decimal): -13892323 or 1901868. OLE color: 1901868.

HSL color Cylindrical-coordinate representation of color #2C051D: hue angle of 323.08º 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 #2C051D is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.83.

Color convert

RGB44529-
CMYK00.890.340.83
HSL323.08º79.59%9.61%-
HSV(B)323.08º88.64%17.25%-
XYZ1.310.731.23-
YUV19.4133.42145.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 56.41%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=56.41%
G=6.41%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4452900.890.340.83323.0879.599.61
Hex2C51D059225314350a
Octal5453501314212350312012
Binary1011001011110101011001100010101001110100001110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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