#2C071A

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

Shades of Blackberry #2C071A

Tints of Blackberry #2C071A

Color information

#2C071A (or 0x2C071A) is unknown color: approx Blackberry. HEX triplet: 2C, 07 and 1A. RGB value is (44,7,26). Sum of RGB (Red+Green+Blue) = 44+7+26=77 (10% of max value = 765). Red value is 44 (17.58% from 255 or 57.14% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 44 - color contains mainly: red. Hex color #2C071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C071A is #D3F8E5. Grayscale: #141414. Windows color (decimal): -13891814 or 1705772. OLE color: 1705772.

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

Color convert

RGB44726-
CMYK00.840.410.83
HSL329.19º72.55%10%-
HSV(B)329.19º84.09%17.25%-
XYZ1.30.761.06-
YUV20.23131.26144.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 57.14%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=57.14%
G=9.09%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4472600.840.410.83329.1972.5510
Hex2C71A054295314949a
Octal5473201245112351111112
Binary1011001111101001010100101001101001110100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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