#180A05

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

Shades of Black #180A05

Tints of Black #180A05

Color information

#180A05 (or 0x180A05) is unknown color: approx Black. HEX triplet: 18, 0A and 05. RGB value is (24,10,5). Sum of RGB (Red+Green+Blue) = 24+10+5=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #180A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A05 is #E7F5FA. Grayscale: #0D0D0D. Windows color (decimal): -15201787 or 330264. OLE color: 330264.

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

Color convert

RGB24105-
CMYK00.580.790.91
HSL15.79º65.52%5.69%-
HSV(B)15.79º79.17%9.41%-
XYZ0.510.420.2-
YUV13.62123.14135.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 61.54%
GREEN value IS 10 (4.30% from 255) = 25.64%
BLUE value IS 5 (2.34% from 255) = 12.82%
R=61.54%
G=25.64%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2410500.580.790.9115.7965.525.69
Hex18A503A4F5B10426
Octal30125072117133201026
Binary110001010101011101010011111011011100001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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