#2C001D

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

Shades of Blackberry #2C001D

Tints of Blackberry #2C001D

Color information

#2C001D (or 0x2C001D) is unknown color: approx Blackberry. HEX triplet: 2C, 00 and 1D. RGB value is (44,0,29). Sum of RGB (Red+Green+Blue) = 44+0+29=73 (9% of max value = 765). Red value is 44 (17.58% from 255 or 60.27% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 44 - color contains mainly: red. Hex color #2C001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C001D is #D3FFE2. Grayscale: #101010. Windows color (decimal): -13893603 or 1900588. OLE color: 1900588.

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

Color convert

RGB44029-
CMYK010.340.83
HSL320.45º100%8.63%-
HSV(B)320.45º100%17.25%-
XYZ1.260.621.22-
YUV16.46135.08147.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 60.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=60.27%
G=0%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44029010.340.83320.451008.63
Hex2C01D0642253140649
Octal5403501444212350014411
Binary10110001110101100100100010101001110100000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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