#180500

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

Shades of Black #180500

Tints of Black #180500

Color information

#180500 (or 0x180500) is unknown color: approx Black. HEX triplet: 18, 05 and 00. RGB value is (24,5,0). Sum of RGB (Red+Green+Blue) = 24+5+0=29 (3% of max value = 765). Red value is 24 (9.77% from 255 or 82.76% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 24 - color contains mainly: red. Hex color #180500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180500 is #E7FAFF. Grayscale: #0A0A0A. Windows color (decimal): -15203072 or 1304. OLE color: 1304.

HSL color Cylindrical-coordinate representation of color #180500: hue angle of 12.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 #180500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB2450-
CMYK00.7910.91
HSL12.5º100%4.71%-
HSV(B)12.5º100%9.41%-
XYZ0.430.30.04-
YUV10.11122.29137.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 82.76%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.76%
G=17.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal245000.7910.9112.51004.71
Hex185004F645Bc645
Octal30500117144133141445
Binary110001010010011111100100101101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180500; }

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

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

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

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

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

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

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

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