#1A0808

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

Shades of Black #1A0808

Tints of Black #1A0808

Color information

#1A0808 (or 0x1A0808) is unknown color: approx Black. HEX triplet: 1A, 08 and 08. RGB value is (26,8,8). Sum of RGB (Red+Green+Blue) = 26+8+8=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0808 is #E5F7F7. Grayscale: #0D0D0D. Windows color (decimal): -15071224 or 526362. OLE color: 526362.

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

Color convert

RGB2688-
CMYK00.690.690.90
HSL52.94%6.67%-
HSV(B)69.23%10.2%-
XYZ0.560.410.28-
YUV13.38124.96137-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 61.90%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 8 (3.52% from 255) = 19.05%
R=61.90%
G=19.05%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal268800.690.690.90052.946.67
Hex1A88045455A0357
Octal32101001051051320657
Binary110101000100001000101100010110110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,8,8); }

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

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

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

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

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

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

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