Html Css Color HEX #1A0B00 Black

📋 copy color: '#1A0B00'

red 26 ◦ green 11 ◦ blue 0

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

Shades of Black #1A0B00

Tints of Black #1A0B00

RGB

 RED value IS 26 (10.55% from 255) = 70.27%

 GREEN value IS 11 (4.69% from 255) = 29.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.27%
G = 29.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#1A0B00 (or 0x1A0B00) is known color: Black. HEX triplet: 1A, 0B and 00. RGB value is (26,11,0). Sum of RGB (Red+Green+Blue) = 26+11+0=37 (4% of max value = 765). Red value is 26 (10.55% from 255 or 70.27% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B00 is #E5F4FF. Grayscale: #0E0E0E. Windows color (decimal): -15070464 or 2842. OLE color: 2842.

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

Color convert

RGB 26 11 0 -
CMYK 0 0.58 1 0.90
HSL 25.38º 1% 0.05% -
HSV(B) 25.38º 1% 0.1% -
XYZ 0.55 0.46 0.06 -
YUV 14.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 26 11 0 0 0.58 1 0.90 25.38 1 0.05
Hex 1A B 0 0 3A 64 5A 19 64 5
Octal 32 13 0 0 72 144 132 31 144 5
Binary 11010 1011 0 0 111010 1100100 1011010 11001 1100100 101

Color Harmonies of #1A0B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0B00

Black with #1A0B00

Text Example


Text Example

White with #1A0B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A0B00;
 }
 .AnyTagClassName
 {
   color: #1A0B00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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