#180701

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

Shades of Black #180701

Tints of Black #180701

Color information

#180701 (or 0x180701) is unknown color: approx Black. HEX triplet: 18, 07 and 01. RGB value is (24,7,1). Sum of RGB (Red+Green+Blue) = 24+7+1=32 (4% of max value = 765). Red value is 24 (9.77% from 255 or 75% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 24 - color contains mainly: red. Hex color #180701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180701 is #E7F8FE. Grayscale: #0B0B0B. Windows color (decimal): -15202559 or 67352. OLE color: 67352.

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

Color convert

RGB2471-
CMYK00.710.960.91
HSL15.65º92%4.9%-
HSV(B)15.65º95.83%9.41%-
XYZ0.460.350.07-
YUV11.4122.13136.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 75%
GREEN value IS 7 (3.12% from 255) = 21.88%
BLUE value IS 1 (0.78% from 255) = 3.12%
R=75%
G=21.88%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal247100.710.960.9115.65924.9
Hex1871047605B105c5
Octal30710107140133201345
Binary1100011110100011111000001011011100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180701; }

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

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

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

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

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

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

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

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