Html Css Color HEX #1C0400 Black

📋 copy color: '#1C0400'

red 28 ◦ green 4 ◦ blue 0

#1C0400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #1C0400

Tints of Black #1C0400

RGB

 RED value IS 28 (11.33% from 255) = 87.5%

 GREEN value IS 4 (1.95% from 255) = 12.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.5%
G = 12.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#1C0400 (or 0x1C0400) is known color: Black. HEX triplet: 1C, 04 and 00. RGB value is (28,4,0). Sum of RGB (Red+Green+Blue) = 28+4+0=32 (4% of max value = 765). Red value is 28 (11.33% from 255 or 87.5% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0400 is #E3FBFF. Grayscale: #0A0A0A. Windows color (decimal): -14941184 or 1052. OLE color: 1052.

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

Color convert

RGB 28 4 0 -
CMYK 0 0.86 1 0.89
HSL 8.57º 1% 0.05% -
HSV(B) 8.57º 1% 0.11% -
XYZ 0.52 0.33 0.04 -
YUV 10.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 28 4 0 0 0.86 1 0.89 8.57 1 0.05
Hex 1C 4 0 0 56 64 59 9 64 5
Octal 34 4 0 0 126 144 131 11 144 5
Binary 11100 100 0 0 1010110 1100100 1011001 1001 1100100 101

Color Harmonies of #1C0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0400

Black with #1C0400

Text Example


Text Example

White with #1C0400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C0400;
 }
 .AnyTagClassName
 {
   color: #1C0400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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