#1C0111

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

Shades of Blackberry #1C0111

Tints of Blackberry #1C0111

Color information

#1C0111 (or 0x1C0111) is unknown color: approx Blackberry. HEX triplet: 1C, 01 and 11. RGB value is (28,1,17). Sum of RGB (Red+Green+Blue) = 28+1+17=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0111 is #E3FEEE. Grayscale: #0A0A0A. Windows color (decimal): -14941935 or 1114396. OLE color: 1114396.

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

Color convert

RGB28117-
CMYK00.960.390.89
HSL324.44º93.1%5.69%-
HSV(B)324.44º96.43%10.98%-
XYZ0.590.310.56-
YUV10.9131.45140.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 60.87%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 17 (7.03% from 255) = 36.96%
R=60.87%
G=2.17%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2811700.960.390.89324.4493.15.69
Hex1C11106027591445d6
Octal341210140471315041356
Binary111001100010110000010011110110011010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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