Html Css Color HEX #180A06 Black

📋 copy color: '#180A06'

red 24 ◦ green 10 ◦ blue 6

#180A06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #180A06

Tints of Black #180A06

RGB

 RED value IS 24 (9.77% from 255) = 60%

 GREEN value IS 10 (4.3% from 255) = 25%

 BLUE value IS 6 (2.73% from 255) = 15%

R = 60%
G = 25%
B = 15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#180A06 (or 0x180A06) is known color: Black. HEX triplet: 18, 0A and 06. RGB value is (24,10,6). Sum of RGB (Red+Green+Blue) = 24+10+6=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #180A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A06 is #E7F5F9. Grayscale: #0D0D0D. Windows color (decimal): -15201786 or 395800. OLE color: 395800.

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

Color convert

RGB 24 10 6 -
CMYK 0 0.58 0.75 0.91
HSL 13.33º 0.6% 0.06% -
HSV(B) 13.33º 0.75% 0.09% -
XYZ 0.52 0.42 0.23 -
YUV 13.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 24 10 6 0 0.58 0.75 0.91 13.33 0.6 0.06
Hex 18 A 6 0 3A 4B 5B D 3C 6
Octal 30 12 6 0 72 113 133 15 74 6
Binary 11000 1010 110 0 111010 1001011 1011011 1101 111100 110

Color Harmonies of #180A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A06

Black with #180A06

Text Example


Text Example

White with #180A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #180A06;
 }
 .AnyTagClassName
 {
   color: #180A06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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