Html Css Color HEX #180801 Black

📋 copy color: '#180801'

red 24 ◦ green 8 ◦ blue 1

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

Shades of Black #180801

Tints of Black #180801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 24.24%

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

R = 72.73%
G = 24.24%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#180801 (or 0x180801) is known color: Black. HEX triplet: 18, 08 and 01. RGB value is (24,8,1). Sum of RGB (Red+Green+Blue) = 24+8+1=33 (4% of max value = 765). Red value is 24 (9.77% from 255 or 72.73% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 24 - color contains mainly: red. Hex color #180801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180801 is #E7F7FE. Grayscale: #0C0C0C. Windows color (decimal): -15202303 or 67608. OLE color: 67608.

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

Color convert

RGB 24 8 1 -
CMYK 0 0.67 0.96 0.91
HSL 18.26º 0.92% 0.05% -
HSV(B) 18.26º 0.96% 0.09% -
XYZ 0.47 0.37 0.08 -
YUV 11.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 24 8 1 0 0.67 0.96 0.91 18.26 0.92 0.05
Hex 18 8 1 0 43 60 5B 12 5C 5
Octal 30 10 1 0 103 140 133 22 134 5
Binary 11000 1000 1 0 1000011 1100000 1011011 10010 1011100 101

Color Harmonies of #180801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180801

Black with #180801

Text Example


Text Example

White with #180801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180801; }

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

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

background-color css

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

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

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

border-color css

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

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

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