#180807

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

Shades of Black #180807

Tints of Black #180807

Color information

#180807 (or 0x180807) is unknown color: approx Black. HEX triplet: 18, 08 and 07. RGB value is (24,8,7). Sum of RGB (Red+Green+Blue) = 24+8+7=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #180807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180807 is #E7F7F8. Grayscale: #0C0C0C. Windows color (decimal): -15202297 or 460824. OLE color: 460824.

HSL color Cylindrical-coordinate representation of color #180807: hue angle of 3.53º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180807 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.91.

Color convert

RGB2487-
CMYK00.670.710.91
HSL3.53º54.84%6.08%-
HSV(B)3.53º70.83%9.41%-
XYZ0.50.380.25-
YUV12.67124.8136.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 61.54%
GREEN value IS 8 (3.52% from 255) = 20.51%
BLUE value IS 7 (3.12% from 255) = 17.95%
R=61.54%
G=20.51%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal248700.670.710.913.5354.846.08
Hex1887043475B4376
Octal3010701031071334676
Binary1100010001110100001110001111011011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180807; }

 p { color: rgb(24,8,7); }

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

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

 a { background-color: rgb(24,8,7); }

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

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

 span { border-color: rgb(24,8,7); }

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