#1A0301

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

Shades of Black #1A0301

Tints of Black #1A0301

Color information

#1A0301 (or 0x1A0301) is unknown color: approx Black. HEX triplet: 1A, 03 and 01. RGB value is (26,3,1). Sum of RGB (Red+Green+Blue) = 26+3+1=30 (3% of max value = 765). Red value is 26 (10.55% from 255 or 86.67% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0301 is #E5FCFE. Grayscale: #090909. Windows color (decimal): -15072511 or 66330. OLE color: 66330.

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

Color convert

RGB2631-
CMYK00.880.960.90
HSL4.8º92.59%5.29%-
HSV(B)4.8º96.15%10.2%-
XYZ0.460.290.06-
YUV9.65123.12139.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 86.67%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 1 (0.78% from 255) = 3.33%
R=86.67%
G=10%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal263100.880.960.904.892.595.29
Hex1A31058605A55d5
Octal3231013014013251355
Binary1101011101011000110000010110101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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