#1C0801

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

Shades of Black #1C0801

Tints of Black #1C0801

Color information

#1C0801 (or 0x1C0801) is unknown color: approx Black. HEX triplet: 1C, 08 and 01. RGB value is (28,8,1). Sum of RGB (Red+Green+Blue) = 28+8+1=37 (4% of max value = 765). Red value is 28 (11.33% from 255 or 75.68% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0801 is #E3F7FE. Grayscale: #0D0D0D. Windows color (decimal): -14940159 or 67612. OLE color: 67612.

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

Color convert

RGB2881-
CMYK00.710.960.89
HSL15.56º93.1%5.69%-
HSV(B)15.56º96.43%10.98%-
XYZ0.570.420.08-
YUV13.18121.13138.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 75.68%
GREEN value IS 8 (3.52% from 255) = 21.62%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=75.68%
G=21.62%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal288100.710.960.8915.5693.15.69
Hex1C810476059105d6
Octal341010107140131201356
Binary11100100010100011111000001011001100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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