#180B00

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

Shades of Black #180B00

Tints of Black #180B00

Color information

#180B00 (or 0x180B00) is unknown color: approx 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

RGB24110-
CMYK00.5410.91
HSL27.5º100%4.71%-
HSV(B)27.5º100%9.41%-
XYZ0.50.430.06-
YUV13.63120.31135.39-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411000.5410.9127.51004.71
Hex18B0036645B1c645
Octal30130066144133341445
Binary1100010110011011011001001011011111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>