#2C071F

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

Shades of Blackberry #2C071F

Tints of Blackberry #2C071F

Color information

#2C071F (or 0x2C071F) is unknown color: approx Blackberry. HEX triplet: 2C, 07 and 1F. RGB value is (44,7,31). Sum of RGB (Red+Green+Blue) = 44+7+31=82 (10% of max value = 765). Red value is 44 (17.58% from 255 or 53.66% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 44 - color contains mainly: red. Hex color #2C071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C071F is #D3F8E0. Grayscale: #141414. Windows color (decimal): -13891809 or 2033452. OLE color: 2033452.

HSL color Cylindrical-coordinate representation of color #2C071F: hue angle of 321.08º 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 #2C071F is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB44731-
CMYK00.840.300.83
HSL321.08º72.55%10%-
HSV(B)321.08º84.09%17.25%-
XYZ1.360.791.38-
YUV20.8133.76144.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 53.66%
GREEN value IS 7 (3.12% from 255) = 8.54%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=53.66%
G=8.54%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4473100.840.300.83321.0872.5510
Hex2C71F0541E5314149a
Octal5473701243612350111112
Binary101100111111110101010011110101001110100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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