#1A0400

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

Shades of Black #1A0400

Tints of Black #1A0400

Color information

#1A0400 (or 0x1A0400) is unknown color: approx Black. HEX triplet: 1A, 04 and 00. RGB value is (26,4,0). Sum of RGB (Red+Green+Blue) = 26+4+0=30 (3% of max value = 765). Red value is 26 (10.55% from 255 or 86.67% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0400 is #E5FBFF. Grayscale: #0A0A0A. Windows color (decimal): -15072256 or 1050. OLE color: 1050.

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

Color convert

RGB2640-
CMYK00.8510.90
HSL9.23º100%5.1%-
HSV(B)9.23º100%10.2%-
XYZ0.470.310.03-
YUV10.12122.29139.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 86.67%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.67%
G=13.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal264000.8510.909.231005.1
Hex1A40055645A9645
Octal32400125144132111445
Binary110101000010101011100100101101010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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