#180A07

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

Shades of Black #180A07

Tints of Black #180A07

Color information

#180A07 (or 0x180A07) is unknown color: approx Black. HEX triplet: 18, 0A and 07. RGB value is (24,10,7). Sum of RGB (Red+Green+Blue) = 24+10+7=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #180A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A07 is #E7F5F8. Grayscale: #0D0D0D. Windows color (decimal): -15201785 or 461336. OLE color: 461336.

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

Color convert

RGB24107-
CMYK00.580.710.91
HSL10.59º54.84%6.08%-
HSV(B)10.59º70.83%9.41%-
XYZ0.520.430.26-
YUV13.84124.14135.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 58.54%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 7 (3.12% from 255) = 17.07%
R=58.54%
G=24.39%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2410700.580.710.9110.5954.846.08
Hex18A703A475Bb376
Octal3012707210713313676
Binary1100010101110111010100011110110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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