Html Css Color HEX #181301 Maire

📋 copy color: '#181301'

red 24 ◦ green 19 ◦ blue 1

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

Shades of Maire #181301

Tints of Maire #181301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 43.18%

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

R = 54.55%
G = 43.18%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#181301 (or 0x181301) is known color: Maire. HEX triplet: 18, 13 and 01. RGB value is (24,19,1). Sum of RGB (Red+Green+Blue) = 24+19+1=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #181301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181301 is #E7ECFE. Grayscale: #121212. Windows color (decimal): -15199487 or 70424. OLE color: 70424.

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

Color convert

RGB 24 19 1 -
CMYK 0 0.21 0.96 0.91
HSL 46.96º 0.92% 0.05% -
HSV(B) 46.96º 0.96% 0.09% -
XYZ 0.62 0.66 0.12 -
YUV 18.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 24 19 1 0 0.21 0.96 0.91 46.96 0.92 0.05
Hex 18 13 1 0 15 60 5B 2F 5C 5
Octal 30 23 1 0 25 140 133 57 134 5
Binary 11000 10011 1 0 10101 1100000 1011011 101111 1011100 101

Color Harmonies of #181301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181301

Black with #181301

Text Example


Text Example

White with #181301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181301; }

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

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

background-color css

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

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

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

border-color css

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

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

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