#180B05

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

Shades of Black #180B05

Tints of Black #180B05

Color information

#180B05 (or 0x180B05) is unknown color: approx Black. HEX triplet: 18, 0B and 05. RGB value is (24,11,5). Sum of RGB (Red+Green+Blue) = 24+11+5=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #180B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B05 is #E7F4FA. Grayscale: #0E0E0E. Windows color (decimal): -15201531 or 330520. OLE color: 330520.

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

Color convert

RGB24115-
CMYK00.540.790.91
HSL18.95º65.52%5.69%-
HSV(B)18.95º79.17%9.41%-
XYZ0.520.440.2-
YUV14.2122.81134.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 60%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 5 (2.34% from 255) = 12.5%
R=60%
G=27.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411500.540.790.9118.9565.525.69
Hex18B50364F5B13426
Octal30135066117133231026
Binary110001011101011011010011111011011100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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