#1C0704

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

Shades of Black #1C0704

Tints of Black #1C0704

Color information

#1C0704 (or 0x1C0704) is unknown color: approx Black. HEX triplet: 1C, 07 and 04. RGB value is (28,7,4). Sum of RGB (Red+Green+Blue) = 28+7+4=39 (5% of max value = 765). Red value is 28 (11.33% from 255 or 71.79% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0704 is #E3F8FB. Grayscale: #0C0C0C. Windows color (decimal): -14940412 or 263964. OLE color: 263964.

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

Color convert

RGB2874-
CMYK00.750.860.89
HSL7.5º75%6.27%-
HSV(B)7.5º85.71%10.98%-
XYZ0.580.410.16-
YUV12.94122.96138.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 71.79%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 4 (1.95% from 255) = 10.26%
R=71.79%
G=17.95%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal287400.750.860.897.5756.27
Hex1C7404B565984b6
Octal34740113126131101136
Binary11100111100010010111010110101100110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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