#180B0B

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

Shades of Black #180B0B

Tints of Black #180B0B

Color information

#180B0B (or 0x180B0B) is unknown color: approx Black. HEX triplet: 18, 0B and 0B. RGB value is (24,11,11). Sum of RGB (Red+Green+Blue) = 24+11+11=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #180B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B0B is #E7F4F4. Grayscale: #0E0E0E. Windows color (decimal): -15201525 or 723736. OLE color: 723736.

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

Color convert

RGB241111-
CMYK00.540.540.91
HSL37.14%6.86%-
HSV(B)54.17%9.41%-
XYZ0.560.460.38-
YUV14.89125.81134.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 11 (4.69% from 255) = 23.91%
BLUE value IS 11 (4.69% from 255) = 23.91%
R=52.17%
G=23.91%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24111100.540.540.91037.146.86
Hex18BB036365B0257
Octal301313066661330457
Binary1100010111011011011011011010110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #180B0B;
 }
 .AnyTagClassName
 {
   color: #180B0B;
 }
</style>
background-color css

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

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

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

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

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

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