#2C031C

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

Shades of Blackberry #2C031C

Tints of Blackberry #2C031C

Color information

#2C031C (or 0x2C031C) is unknown color: approx Blackberry. HEX triplet: 2C, 03 and 1C. RGB value is (44,3,28). Sum of RGB (Red+Green+Blue) = 44+3+28=75 (9% of max value = 765). Red value is 44 (17.58% from 255 or 58.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 44 - color contains mainly: red. Hex color #2C031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C031C is #D3FCE3. Grayscale: #121212. Windows color (decimal): -13892836 or 1835820. OLE color: 1835820.

HSL color Cylindrical-coordinate representation of color #2C031C: hue angle of 323.41º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C031C is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB44328-
CMYK00.930.360.83
HSL323.41º87.23%9.22%-
HSV(B)323.41º93.18%17.25%-
XYZ1.280.681.16-
YUV18.11133.58146.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 58.67%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=58.67%
G=4%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4432800.930.360.83323.4187.239.22
Hex2C31C05D2453143579
Octal5433401354412350312711
Binary101100111110001011101100100101001110100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,3,28); }

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

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

 a { background-color: rgb(44,3,28); }

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

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

 span { border-color: rgb(44,3,28); }

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