Html Css Color HEX #180504 Black

📋 copy color: '#180504'

red 24 ◦ green 5 ◦ blue 4

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

Shades of Black #180504

Tints of Black #180504

RGB

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

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

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

R = 72.73%
G = 15.15%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#180504 (or 0x180504) is known color: Black. HEX triplet: 18, 05 and 04. RGB value is (24,5,4). Sum of RGB (Red+Green+Blue) = 24+5+4=33 (4% of max value = 765). Red value is 24 (9.77% from 255 or 72.73% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 24 - color contains mainly: red. Hex color #180504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180504 is #E7FAFB. Grayscale: #0A0A0A. Windows color (decimal): -15203068 or 263448. OLE color: 263448.

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

Color convert

RGB 24 5 4 -
CMYK 0 0.79 0.83 0.91
HSL 0.71% 0.05% -
HSV(B) 0.83% 0.09% -
XYZ 0.45 0.31 0.15 -
YUV 10.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 24 5 4 0 0.79 0.83 0.91 3 0.71 0.05
Hex 18 5 4 0 4F 53 5B 3 47 5
Octal 30 5 4 0 117 123 133 3 107 5
Binary 11000 101 100 0 1001111 1010011 1011011 11 1000111 101

Color Harmonies of #180504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180504

Black with #180504

Text Example


Text Example

White with #180504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180504; }

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

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

background-color css

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

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

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

border-color css

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

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

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