#180A03

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

Shades of Black #180A03

Tints of Black #180A03

Color information

#180A03 (or 0x180A03) is unknown color: approx Black. HEX triplet: 18, 0A and 03. RGB value is (24,10,3). Sum of RGB (Red+Green+Blue) = 24+10+3=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A03 is #E7F5FC. Grayscale: #0D0D0D. Windows color (decimal): -15201789 or 199192. OLE color: 199192.

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

Color convert

RGB24103-
CMYK00.580.880.91
HSL20º77.78%5.29%-
HSV(B)20º87.5%9.41%-
XYZ0.50.420.14-
YUV13.39122.14135.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 64.86%
GREEN value IS 10 (4.30% from 255) = 27.03%
BLUE value IS 3 (1.56% from 255) = 8.11%
R=64.86%
G=27.03%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2410300.580.880.912077.785.29
Hex18A303A585B144e5
Octal30123072130133241165
Binary11000101011011101010110001011011101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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