Html Css Color HEX #180100 Black

📋 copy color: '#180100'

red 24 ◦ green 1 ◦ blue 0

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

Shades of Black #180100

Tints of Black #180100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96%
G = 4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#180100 (or 0x180100) is known color: Black. HEX triplet: 18, 01 and 00. RGB value is (24,1,0). Sum of RGB (Red+Green+Blue) = 24+1+0=25 (3% of max value = 765). Red value is 24 (9.77% from 255 or 96% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 24 - color contains mainly: red. Hex color #180100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180100 is #E7FEFF. Grayscale: #070707. Windows color (decimal): -15204096 or 280. OLE color: 280.

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

Color convert

RGB 24 1 0 -
CMYK 0 0.96 1 0.91
HSL 2.5º 1% 0.05% -
HSV(B) 2.5º 1% 0.09% -
XYZ 0.39 0.22 0.02 -
YUV 7.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 24 1 0 0 0.96 1 0.91 2.5 1 0.05
Hex 18 1 0 0 60 64 5B 2 64 5
Octal 30 1 0 0 140 144 133 2 144 5
Binary 11000 1 0 0 1100000 1100100 1011011 10 1100100 101

Color Harmonies of #180100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180100

Black with #180100

Text Example


Text Example

White with #180100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180100; }

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

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

background-color css

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

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

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

border-color css

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

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

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