#2C071C

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

Shades of Blackberry #2C071C

Tints of Blackberry #2C071C

Color information

#2C071C (or 0x2C071C) is unknown color: approx Blackberry. HEX triplet: 2C, 07 and 1C. RGB value is (44,7,28). Sum of RGB (Red+Green+Blue) = 44+7+28=79 (10% of max value = 765). Red value is 44 (17.58% from 255 or 55.70% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 44 - color contains mainly: red. Hex color #2C071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C071C is #D3F8E3. Grayscale: #141414. Windows color (decimal): -13891812 or 1836844. OLE color: 1836844.

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

Color convert

RGB44728-
CMYK00.840.360.83
HSL325.95º72.55%10%-
HSV(B)325.95º84.09%17.25%-
XYZ1.320.771.18-
YUV20.46132.26144.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 55.70%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=55.70%
G=8.86%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4472800.840.360.83325.9572.5510
Hex2C71C054245314649a
Octal5473401244412350611112
Binary1011001111110001010100100100101001110100011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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