Html Css Color HEX #180900 Black

📋 copy color: '#180900'

red 24 ◦ green 9 ◦ blue 0

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

Shades of Black #180900

Tints of Black #180900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 27.27%

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

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#180900 (or 0x180900) is known color: Black. HEX triplet: 18, 09 and 00. RGB value is (24,9,0). Sum of RGB (Red+Green+Blue) = 24+9+0=33 (4% of max value = 765). Red value is 24 (9.77% from 255 or 72.73% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 24 - color contains mainly: red. Hex color #180900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180900 is #E7F6FF. Grayscale: #0C0C0C. Windows color (decimal): -15202048 or 2328. OLE color: 2328.

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

Color convert

RGB 24 9 0 -
CMYK 0 0.63 1 0.91
HSL 22.5º 1% 0.05% -
HSV(B) 22.5º 1% 0.09% -
XYZ 0.47 0.39 0.05 -
YUV 12.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 24 9 0 0 0.63 1 0.91 22.5 1 0.05
Hex 18 9 0 0 3F 64 5B 16 64 5
Octal 30 11 0 0 77 144 133 26 144 5
Binary 11000 1001 0 0 111111 1100100 1011011 10110 1100100 101

Color Harmonies of #180900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180900

Black with #180900

Text Example


Text Example

White with #180900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180900; }

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

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

background-color css

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

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

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

border-color css

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

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

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