Html Css Color HEX #1A0301 Black

📋 copy color: '#1A0301'

red 26 ◦ green 3 ◦ blue 1

#1A0301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #1A0301

Tints of Black #1A0301

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 value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#1A0301 (or 0x1A0301) is known color: 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

RGB 26 3 1 -
CMYK 0 0.88 0.96 0.90
HSL 4.8º 0.93% 0.05% -
HSV(B) 4.8º 0.96% 0.1% -
XYZ 0.46 0.29 0.06 -
YUV 9.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 26 3 1 0 0.88 0.96 0.90 4.8 0.93 0.05
Hex 1A 3 1 0 58 60 5A 5 5D 5
Octal 32 3 1 0 130 140 132 5 135 5
Binary 11010 11 1 0 1011000 1100000 1011010 101 1011101 101

Color Harmonies of #1A0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0301

Black with #1A0301

Text Example


Text Example

White with #1A0301

Text Example


Text Example

HTML Codes & Css Web 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>