Html Css Color HEX #181500 Maire

📋 copy color: '#181500'

red 24 ◦ green 21 ◦ blue 0

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

Shades of Maire #181500

Tints of Maire #181500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 46.67%

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

R = 53.33%
G = 46.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#181500 (or 0x181500) is known color: Maire. HEX triplet: 18, 15 and 00. RGB value is (24,21,0). Sum of RGB (Red+Green+Blue) = 24+21+0=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #181500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181500 is #E7EAFF. Grayscale: #131313. Windows color (decimal): -15198976 or 5400. OLE color: 5400.

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

Color convert

RGB 24 21 0 -
CMYK 0 0.13 1 0.91
HSL 52.5º 1% 0.05% -
HSV(B) 52.5º 1% 0.09% -
XYZ 0.64 0.73 0.11 -
YUV 19.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 24 21 0 0 0.13 1 0.91 52.5 1 0.05
Hex 18 15 0 0 D 64 5B 34 64 5
Octal 30 25 0 0 15 144 133 64 144 5
Binary 11000 10101 0 0 1101 1100100 1011011 110100 1100100 101

Color Harmonies of #181500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181500

Black with #181500

Text Example


Text Example

White with #181500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181500; }

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

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

background-color css

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

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

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

border-color css

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

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

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