#2C1321

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

Shades of Blackberry #2C1321

Tints of Blackberry #2C1321

Color information

#2C1321 (or 0x2C1321) is unknown color: approx Blackberry. HEX triplet: 2C, 13 and 21. RGB value is (44,19,33). Sum of RGB (Red+Green+Blue) = 44+19+33=96 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.83% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1321 is #D3ECDE. Grayscale: #1C1C1C. Windows color (decimal): -13888735 or 2167596. OLE color: 2167596.

HSL color Cylindrical-coordinate representation of color #2C1321: hue angle of 326.4º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C1321 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB441933-
CMYK00.570.250.83
HSL326.4º39.68%12.35%-
HSV(B)326.4º56.82%17.25%-
XYZ1.551.111.57-
YUV28.07130.78139.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 45.83%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 33 (13.28% from 255) = 34.38%
R=45.83%
G=19.79%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44193300.570.250.83326.439.6812.35
Hex2C1321039195314628c
Octal542341071311235065014
Binary1011001001110000101110011100110100111010001101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,19,33); }

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

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

 a { background-color: rgb(44,19,33); }

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

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

 span { border-color: rgb(44,19,33); }

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