#180B04

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

Shades of Black #180B04

Tints of Black #180B04

Color information

#180B04 (or 0x180B04) is unknown color: approx Black. HEX triplet: 18, 0B and 04. RGB value is (24,11,4). Sum of RGB (Red+Green+Blue) = 24+11+4=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #180B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B04 is #E7F4FB. Grayscale: #0E0E0E. Windows color (decimal): -15201532 or 264984. OLE color: 264984.

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

Color convert

RGB24114-
CMYK00.540.830.91
HSL21º71.43%5.49%-
HSV(B)21º83.33%9.41%-
XYZ0.520.440.17-
YUV14.09122.31135.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 61.54%
GREEN value IS 11 (4.69% from 255) = 28.21%
BLUE value IS 4 (1.95% from 255) = 10.26%
R=61.54%
G=28.21%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411400.540.830.912171.435.49
Hex18B4036535B15475
Octal30134066123133251075
Binary110001011100011011010100111011011101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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