#180A08

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

Shades of Black #180A08

Tints of Black #180A08

Color information

#180A08 (or 0x180A08) is unknown color: approx Black. HEX triplet: 18, 0A and 08. RGB value is (24,10,8). Sum of RGB (Red+Green+Blue) = 24+10+8=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #180A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A08 is #E7F5F7. Grayscale: #0D0D0D. Windows color (decimal): -15201784 or 526872. OLE color: 526872.

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

Color convert

RGB24108-
CMYK00.580.670.91
HSL7.5º50%6.27%-
HSV(B)7.5º66.67%9.41%-
XYZ0.530.430.28-
YUV13.96124.64135.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 57.14%
GREEN value IS 10 (4.30% from 255) = 23.81%
BLUE value IS 8 (3.52% from 255) = 19.05%
R=57.14%
G=23.81%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2410800.580.670.917.5506.27
Hex18A803A435B8326
Octal30121007210313310626
Binary11000101010000111010100001110110111000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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