#2C1621

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

Shades of Blackberry #2C1621

Tints of Blackberry #2C1621

Color information

#2C1621 (or 0x2C1621) is unknown color: approx Blackberry. HEX triplet: 2C, 16 and 21. RGB value is (44,22,33). Sum of RGB (Red+Green+Blue) = 44+22+33=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1621 is #D3E9DE. Grayscale: #1D1D1D. Windows color (decimal): -13887967 or 2168364. OLE color: 2168364.

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

Color convert

RGB442233-
CMYK00.50.250.83
HSL330º33.33%12.94%-
HSV(B)330º50%17.25%-
XYZ1.61.221.59-
YUV29.83129.79138.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44.44%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44223300.50.250.8333033.3312.94
Hex2C1621032195314a21d
Octal542641062311235124115
Binary1011001011010000101100101100110100111010010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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