#2C011A

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

Shades of Blackberry #2C011A

Tints of Blackberry #2C011A

Color information

#2C011A (or 0x2C011A) is unknown color: approx Blackberry. HEX triplet: 2C, 01 and 1A. RGB value is (44,1,26). Sum of RGB (Red+Green+Blue) = 44+1+26=71 (9% of max value = 765). Red value is 44 (17.58% from 255 or 61.97% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 44 - color contains mainly: red. Hex color #2C011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C011A is #D3FEE5. Grayscale: #101010. Windows color (decimal): -13893350 or 1704236. OLE color: 1704236.

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

Color convert

RGB44126-
CMYK00.980.410.83
HSL325.12º95.56%8.82%-
HSV(B)325.12º97.73%17.25%-
XYZ1.240.631.03-
YUV16.71133.25147.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 61.97%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=61.97%
G=1.41%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4412600.980.410.83325.1295.568.82
Hex2C11A0622953145609
Octal5413201425112350514011
Binary10110011101001100010101001101001110100010111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,1,26); }

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

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

 a { background-color: rgb(44,1,26); }

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

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

 span { border-color: rgb(44,1,26); }

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