Html Css Color HEX #180500 Black

📋 copy color: '#180500'

red 24 ◦ green 5 ◦ blue 0

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

Shades of Black #180500

Tints of Black #180500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 17.24%

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

R = 82.76%
G = 17.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#180500 (or 0x180500) is known color: Black. HEX triplet: 18, 05 and 00. RGB value is (24,5,0). Sum of RGB (Red+Green+Blue) = 24+5+0=29 (3% of max value = 765). Red value is 24 (9.77% from 255 or 82.76% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 24 - color contains mainly: red. Hex color #180500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180500 is #E7FAFF. Grayscale: #0A0A0A. Windows color (decimal): -15203072 or 1304. OLE color: 1304.

HSL color Cylindrical-coordinate representation of color #180500: hue angle of 12.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 #180500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 5 0 -
CMYK 0 0.79 1 0.91
HSL 12.5º 1% 0.05% -
HSV(B) 12.5º 1% 0.09% -
XYZ 0.43 0.3 0.04 -
YUV 10.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 24 5 0 0 0.79 1 0.91 12.5 1 0.05
Hex 18 5 0 0 4F 64 5B C 64 5
Octal 30 5 0 0 117 144 133 14 144 5
Binary 11000 101 0 0 1001111 1100100 1011011 1100 1100100 101

Color Harmonies of #180500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180500

Black with #180500

Text Example


Text Example

White with #180500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180500; }

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

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

background-color css

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

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

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

border-color css

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

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

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