#1A0401

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

Shades of Black #1A0401

Tints of Black #1A0401

Color information

#1A0401 (or 0x1A0401) is unknown color: approx Black. HEX triplet: 1A, 04 and 01. RGB value is (26,4,1). Sum of RGB (Red+Green+Blue) = 26+4+1=31 (4% of max value = 765). Red value is 26 (10.55% from 255 or 83.87% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0401 is #E5FBFE. Grayscale: #0A0A0A. Windows color (decimal): -15072255 or 66586. OLE color: 66586.

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

Color convert

RGB2641-
CMYK00.850.960.90
HSL7.2º92.59%5.29%-
HSV(B)7.2º96.15%10.2%-
XYZ0.470.310.06-
YUV10.24122.79139.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 83.87%
GREEN value IS 4 (1.95% from 255) = 12.90%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=83.87%
G=12.90%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal264100.850.960.907.292.595.29
Hex1A41055605A75d5
Octal3241012514013271355
Binary11010100101010101110000010110101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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