Html Css Color HEX #180804 Black

📋 copy color: '#180804'

red 24 ◦ green 8 ◦ blue 4

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

Shades of Black #180804

Tints of Black #180804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 11.11%

R = 66.67%
G = 22.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#180804 (or 0x180804) is known color: Black. HEX triplet: 18, 08 and 04. RGB value is (24,8,4). Sum of RGB (Red+Green+Blue) = 24+8+4=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #180804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180804 is #E7F7FB. Grayscale: #0C0C0C. Windows color (decimal): -15202300 or 264216. OLE color: 264216.

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

Color convert

RGB 24 8 4 -
CMYK 0 0.67 0.83 0.91
HSL 12º 0.71% 0.05% -
HSV(B) 12º 0.83% 0.09% -
XYZ 0.49 0.38 0.16 -
YUV 12.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 24 8 4 0 0.67 0.83 0.91 12 0.71 0.05
Hex 18 8 4 0 43 53 5B C 47 5
Octal 30 10 4 0 103 123 133 14 107 5
Binary 11000 1000 100 0 1000011 1010011 1011011 1100 1000111 101

Color Harmonies of #180804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180804

Black with #180804

Text Example


Text Example

White with #180804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180804; }

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

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

background-color css

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

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

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

border-color css

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

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

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