#1C0211

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

Shades of Blackberry #1C0211

Tints of Blackberry #1C0211

Color information

#1C0211 (or 0x1C0211) is unknown color: approx Blackberry. HEX triplet: 1C, 02 and 11. RGB value is (28,2,17). Sum of RGB (Red+Green+Blue) = 28+2+17=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0211 is #E3FDEE. Grayscale: #0B0B0B. Windows color (decimal): -14941679 or 1114652. OLE color: 1114652.

HSL color Cylindrical-coordinate representation of color #1C0211: hue angle of 325.38º 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 #1C0211 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB28217-
CMYK00.930.390.89
HSL325.38º86.67%5.88%-
HSV(B)325.38º92.86%10.98%-
XYZ0.60.330.56-
YUV11.48131.11139.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 59.57%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 17 (7.03% from 255) = 36.17%
R=59.57%
G=4.26%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2821700.930.390.89325.3886.675.88
Hex1C21105D2759145576
Octal342210135471315051276
Binary1110010100010101110110011110110011010001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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