Html Css Color HEX #180B09 Black

📋 copy color: '#180B09'

red 24 ◦ green 11 ◦ blue 9

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

Shades of Black #180B09

Tints of Black #180B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 20.45%

R = 54.55%
G = 25%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#180B09 (or 0x180B09) is known color: Black. HEX triplet: 18, 0B and 09. RGB value is (24,11,9). Sum of RGB (Red+Green+Blue) = 24+11+9=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #180B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B09 is #E7F4F6. Grayscale: #0E0E0E. Windows color (decimal): -15201527 or 592664. OLE color: 592664.

HSL color Cylindrical-coordinate representation of color #180B09: hue angle of 8º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #180B09 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 11 9 -
CMYK 0 0.54 0.63 0.91
HSL 0.45% 0.06% -
HSV(B) 0.63% 0.09% -
XYZ 0.55 0.45 0.32 -
YUV 14.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 24 11 9 0 0.54 0.63 0.91 8 0.45 0.06
Hex 18 B 9 0 36 3F 5B 8 2D 6
Octal 30 13 11 0 66 77 133 10 55 6
Binary 11000 1011 1001 0 110110 111111 1011011 1000 101101 110

Color Harmonies of #180B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B09

Black with #180B09

Text Example


Text Example

White with #180B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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