#1C0212

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

Shades of Blackberry #1C0212

Tints of Blackberry #1C0212

Color information

#1C0212 (or 0x1C0212) is unknown color: approx Blackberry. HEX triplet: 1C, 02 and 12. RGB value is (28,2,18). Sum of RGB (Red+Green+Blue) = 28+2+18=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0212 is #E3FDED. Grayscale: #0B0B0B. Windows color (decimal): -14941678 or 1180188. OLE color: 1180188.

HSL color Cylindrical-coordinate representation of color #1C0212: hue angle of 323.08º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0212 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB28218-
CMYK00.930.360.89
HSL323.08º86.67%5.88%-
HSV(B)323.08º92.86%10.98%-
XYZ0.610.330.6-
YUV11.6131.61139.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 58.33%
GREEN value IS 2 (1.17% from 255) = 4.17%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=58.33%
G=4.17%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2821800.930.360.89323.0886.675.88
Hex1C21205D2459143576
Octal342220135441315031276
Binary1110010100100101110110010010110011010000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0212; }

 p { color: rgb(28,2,18); }

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

<style>
 a { background-color: #1C0212; }

 a { background-color: rgb(28,2,18); }

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

<style>
 span { border-color: #1C0212; }

 span { border-color: rgb(28,2,18); }

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