#180A00

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

Shades of Black #180A00

Tints of Black #180A00

Color information

#180A00 (or 0x180A00) is unknown color: approx Black. HEX triplet: 18, 0A and 00. RGB value is (24,10,0). Sum of RGB (Red+Green+Blue) = 24+10+0=34 (4% of max value = 765). Red value is 24 (9.77% from 255 or 70.59% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 24 - color contains mainly: red. Hex color #180A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A00 is #E7F5FF. Grayscale: #0D0D0D. Windows color (decimal): -15201792 or 2584. OLE color: 2584.

HSL color Cylindrical-coordinate representation of color #180A00: hue angle of 25º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180A00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB24100-
CMYK00.5810.91
HSL25º100%4.71%-
HSV(B)25º100%9.41%-
XYZ0.490.410.05-
YUV13.05120.64135.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 70.59%
GREEN value IS 10 (4.30% from 255) = 29.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.59%
G=29.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2410000.5810.91251004.71
Hex18A003A645B19645
Octal30120072144133311445
Binary1100010100011101011001001011011110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180A00; }

 p { color: rgb(24,10,0); }

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

<style>
 a { background-color: #180A00; }

 a { background-color: rgb(24,10,0); }

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

<style>
 span { border-color: #180A00; }

 span { border-color: rgb(24,10,0); }

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