#2C111D

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

Shades of Blackberry #2C111D

Tints of Blackberry #2C111D

Color information

#2C111D (or 0x2C111D) is unknown color: approx Blackberry. HEX triplet: 2C, 11 and 1D. RGB value is (44,17,29). Sum of RGB (Red+Green+Blue) = 44+17+29=90 (11% of max value = 765). Red value is 44 (17.58% from 255 or 48.89% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 44 - color contains mainly: red. Hex color #2C111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C111D is #D3EEE2. Grayscale: #1A1A1A. Windows color (decimal): -13889251 or 1904940. OLE color: 1904940.

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

Color convert

RGB441729-
CMYK00.610.340.83
HSL333.33º44.26%11.96%-
HSV(B)333.33º61.36%17.25%-
XYZ1.461.031.28-
YUV26.44129.45140.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 48.89%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=48.89%
G=18.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44172900.610.340.83333.3344.2611.96
Hex2C111D03D225314d2cc
Octal542135075421235155414
Binary1011001000111101011110110001010100111010011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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