#180100

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

Shades of Black #180100

Tints of Black #180100

Color information

#180100 (or 0x180100) is unknown color: approx Black. HEX triplet: 18, 01 and 00. RGB value is (24,1,0). Sum of RGB (Red+Green+Blue) = 24+1+0=25 (3% of max value = 765). Red value is 24 (9.77% from 255 or 96% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 24 - color contains mainly: red. Hex color #180100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180100 is #E7FEFF. Grayscale: #070707. Windows color (decimal): -15204096 or 280. OLE color: 280.

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

Color convert

RGB2410-
CMYK00.9610.91
HSL2.5º100%4.71%-
HSV(B)2.5º100%9.41%-
XYZ0.390.220.02-
YUV7.76123.62139.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 96%
GREEN value IS 1 (0.78% from 255) = 4%
BLUE value IS 0 (0.39% from 255) = 0%
R=96%
G=4%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal241000.9610.912.51004.71
Hex1810060645B2645
Octal3010014014413321445
Binary11000100110000011001001011011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180100; }

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

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

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

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

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

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

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

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