#1C0600

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

Shades of Black #1C0600

Tints of Black #1C0600

Color information

#1C0600 (or 0x1C0600) is unknown color: approx Black. HEX triplet: 1C, 06 and 00. RGB value is (28,6,0). Sum of RGB (Red+Green+Blue) = 28+6+0=34 (4% of max value = 765). Red value is 28 (11.33% from 255 or 82.35% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0600 is #E3F9FF. Grayscale: #0B0B0B. Windows color (decimal): -14940672 or 1564. OLE color: 1564.

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

Color convert

RGB2860-
CMYK00.7910.89
HSL12.86º100%5.49%-
HSV(B)12.86º100%10.98%-
XYZ0.540.380.04-
YUV11.89121.29139.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 82.35%
GREEN value IS 6 (2.73% from 255) = 17.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.35%
G=17.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal286000.7910.8912.861005.49
Hex1C6004F6459d645
Octal34600117144131151445
Binary111001100010011111100100101100111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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