Html Css Color HEX #180401 Black

📋 copy color: '#180401'

red 24 ◦ green 4 ◦ blue 1

#180401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #180401

Tints of Black #180401

RGB

 RED value IS 24 (9.77% from 255) = 82.76%

 GREEN value IS 4 (1.95% from 255) = 13.79%

 BLUE value IS 1 (0.78% from 255) = 3.45%

R = 82.76%
G = 13.79%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#180401 (or 0x180401) is known color: Black. HEX triplet: 18, 04 and 01. RGB value is (24,4,1). Sum of RGB (Red+Green+Blue) = 24+4+1=29 (3% of max value = 765). Red value is 24 (9.77% from 255 or 82.76% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 24 - color contains mainly: red. Hex color #180401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180401 is #E7FBFE. Grayscale: #090909. Windows color (decimal): -15203327 or 66584. OLE color: 66584.

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

Color convert

RGB 24 4 1 -
CMYK 0 0.83 0.96 0.91
HSL 7.83º 0.92% 0.05% -
HSV(B) 7.83º 0.96% 0.09% -
XYZ 0.43 0.28 0.06 -
YUV 9.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 24 4 1 0 0.83 0.96 0.91 7.83 0.92 0.05
Hex 18 4 1 0 53 60 5B 8 5C 5
Octal 30 4 1 0 123 140 133 10 134 5
Binary 11000 100 1 0 1010011 1100000 1011011 1000 1011100 101

Color Harmonies of #180401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180401

Black with #180401

Text Example


Text Example

White with #180401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180401; }

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

 H1.HeaderClassName
 {
   color: #180401;
 }
 .AnyTagClassName
 {
   color: #180401;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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