#1C0301

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

Shades of Black #1C0301

Tints of Black #1C0301

Color information

#1C0301 (or 0x1C0301) is unknown color: approx Black. HEX triplet: 1C, 03 and 01. RGB value is (28,3,1). Sum of RGB (Red+Green+Blue) = 28+3+1=32 (4% of max value = 765). Red value is 28 (11.33% from 255 or 87.5% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0301 is #E3FCFE. Grayscale: #0A0A0A. Windows color (decimal): -14941439 or 66332. OLE color: 66332.

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

Color convert

RGB2831-
CMYK00.890.960.89
HSL4.44º93.1%5.69%-
HSV(B)4.44º96.43%10.98%-
XYZ0.520.310.06-
YUV10.25122.78140.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 87.5%
GREEN value IS 3 (1.56% from 255) = 9.38%
BLUE value IS 1 (0.78% from 255) = 3.12%
R=87.5%
G=9.38%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal283100.890.960.894.4493.15.69
Hex1C31059605945d6
Octal3431013114013141356
Binary1110011101011001110000010110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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