Html Css Color HEX #180B00 Black

📋 copy color: '#180B00'

red 24 ◦ green 11 ◦ blue 0

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

Shades of Black #180B00

Tints of Black #180B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.57%
G = 31.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#180B00 (or 0x180B00) is known color: Black. HEX triplet: 18, 0B and 00. RGB value is (24,11,0). Sum of RGB (Red+Green+Blue) = 24+11+0=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #180B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B00 is #E7F4FF. Grayscale: #0D0D0D. Windows color (decimal): -15201536 or 2840. OLE color: 2840.

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

Color convert

RGB 24 11 0 -
CMYK 0 0.54 1 0.91
HSL 27.5º 1% 0.05% -
HSV(B) 27.5º 1% 0.09% -
XYZ 0.5 0.43 0.06 -
YUV 13.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 24 11 0 0 0.54 1 0.91 27.5 1 0.05
Hex 18 B 0 0 36 64 5B 1C 64 5
Octal 30 13 0 0 66 144 133 34 144 5
Binary 11000 1011 0 0 110110 1100100 1011011 11100 1100100 101

Color Harmonies of #180B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B00

Black with #180B00

Text Example


Text Example

White with #180B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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