#180600

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

Shades of Black #180600

Tints of Black #180600

Color information

#180600 (or 0x180600) is unknown color: approx Black. HEX triplet: 18, 06 and 00. RGB value is (24,6,0). Sum of RGB (Red+Green+Blue) = 24+6+0=30 (3% of max value = 765). Red value is 24 (9.77% from 255 or 80% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 24 - color contains mainly: red. Hex color #180600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180600 is #E7F9FF. Grayscale: #0A0A0A. Windows color (decimal): -15202816 or 1560. OLE color: 1560.

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

Color convert

RGB2460-
CMYK00.7510.91
HSL15º100%4.71%-
HSV(B)15º100%9.41%-
XYZ0.440.320.04-
YUV10.7121.96137.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 80%
GREEN value IS 6 (2.73% from 255) = 20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80%
G=20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal246000.7510.91151004.71
Hex186004B645Bf645
Octal30600113144133171445
Binary110001100010010111100100101101111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180600; }

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

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

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

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

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

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

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

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