#180301

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

Shades of Black #180301

Tints of Black #180301

Color information

#180301 (or 0x180301) is unknown color: approx Black. HEX triplet: 18, 03 and 01. RGB value is (24,3,1). Sum of RGB (Red+Green+Blue) = 24+3+1=28 (3% of max value = 765). Red value is 24 (9.77% from 255 or 85.71% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 24 - color contains mainly: red. Hex color #180301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180301 is #E7FCFE. Grayscale: #090909. Windows color (decimal): -15203583 or 66328. OLE color: 66328.

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

Color convert

RGB2431-
CMYK00.880.960.91
HSL5.22º92%4.9%-
HSV(B)5.22º95.83%9.41%-
XYZ0.410.260.06-
YUV9.05123.46138.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 85.71%
GREEN value IS 3 (1.56% from 255) = 10.71%
BLUE value IS 1 (0.78% from 255) = 3.57%
R=85.71%
G=10.71%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal243100.880.960.915.22924.9
Hex1831058605B55c5
Octal3031013014013351345
Binary1100011101011000110000010110111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180301; }

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

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

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

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

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

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

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

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