#1C1C1C

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

Shades of Nero #1C1C1C

Tints of Nero #1C1C1C

Color information

#1C1C1C (or 0x1C1C1C) is unknown color: approx Nero. HEX triplet: 1C, 1C and 1C. RGB value is (28,28,28). Sum of RGB (Red+Green+Blue) = 28+28+28=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 28 - color contains mainly: red, green, blue. Hex color #1C1C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1C1C is #E3E3E3. Grayscale: #1C1C1C. Windows color (decimal): -14935012 or 1842204. OLE color: 1842204.

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

Color convert

RGB282828-
CMYK0000.89
HSL0%10.98%-
HSV(B)0%10.98%-
XYZ1.11.161.26-
YUV28128128-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 33.33%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2828280000.890010.98
Hex1C1C1C0005900b
Octal3434340001310013
Binary1110011100111000001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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