Html Css Color HEX #180B06 Black

📋 copy color: '#180B06'

red 24 ◦ green 11 ◦ blue 6

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

Shades of Black #180B06

Tints of Black #180B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 26.83%

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

R = 58.54%
G = 26.83%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#180B06 (or 0x180B06) is known color: Black. HEX triplet: 18, 0B and 06. RGB value is (24,11,6). Sum of RGB (Red+Green+Blue) = 24+11+6=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #180B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B06 is #E7F4F9. Grayscale: #0E0E0E. Windows color (decimal): -15201530 or 396056. OLE color: 396056.

HSL color Cylindrical-coordinate representation of color #180B06: hue angle of 16.67º 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 #180B06 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 11 6 -
CMYK 0 0.54 0.75 0.91
HSL 16.67º 0.6% 0.06% -
HSV(B) 16.67º 0.75% 0.09% -
XYZ 0.53 0.45 0.23 -
YUV 14.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 24 11 6 0 0.54 0.75 0.91 16.67 0.6 0.06
Hex 18 B 6 0 36 4B 5B 11 3C 6
Octal 30 13 6 0 66 113 133 21 74 6
Binary 11000 1011 110 0 110110 1001011 1011011 10001 111100 110

Color Harmonies of #180B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B06

Black with #180B06

Text Example


Text Example

White with #180B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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