Html Css Color HEX #181401 Maire

📋 copy color: '#181401'

red 24 ◦ green 20 ◦ blue 1

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

Shades of Maire #181401

Tints of Maire #181401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 44.44%

 BLUE value IS 1 (0.78% from 255) = 2.22%

R = 53.33%
G = 44.44%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#181401 (or 0x181401) is known color: Maire. HEX triplet: 18, 14 and 01. RGB value is (24,20,1). Sum of RGB (Red+Green+Blue) = 24+20+1=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #181401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181401 is #E7EBFE. Grayscale: #131313. Windows color (decimal): -15199231 or 70680. OLE color: 70680.

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

Color convert

RGB 24 20 1 -
CMYK 0 0.17 0.96 0.91
HSL 49.57º 0.92% 0.05% -
HSV(B) 49.57º 0.96% 0.09% -
XYZ 0.63 0.7 0.13 -
YUV 19.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 24 20 1 0 0.17 0.96 0.91 49.57 0.92 0.05
Hex 18 14 1 0 11 60 5B 32 5C 5
Octal 30 24 1 0 21 140 133 62 134 5
Binary 11000 10100 1 0 10001 1100000 1011011 110010 1011100 101

Color Harmonies of #181401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181401

Black with #181401

Text Example


Text Example

White with #181401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181401; }

 p { color: rgb(24,20,1); }

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

background-color css

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

 a { background-color: rgb(24,20,1); }

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

border-color css

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

 span { border-color: rgb(24,20,1); }

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