Html Css Color HEX #18130A Maire

📋 copy color: '#18130A'

red 24 ◦ green 19 ◦ blue 10

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

Shades of Maire #18130A

Tints of Maire #18130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 18.87%

R = 45.28%
G = 35.85%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#18130A (or 0x18130A) is known color: Maire. HEX triplet: 18, 13 and 0A. RGB value is (24,19,10). Sum of RGB (Red+Green+Blue) = 24+19+10=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #18130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18130A is #E7ECF5. Grayscale: #131313. Windows color (decimal): -15199478 or 660248. OLE color: 660248.

HSL color Cylindrical-coordinate representation of color #18130A: hue angle of 38.57º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #18130A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 19 10 -
CMYK 0 0.21 0.58 0.91
HSL 38.57º 0.41% 0.07% -
HSV(B) 38.57º 0.58% 0.09% -
XYZ 0.66 0.68 0.38 -
YUV 19.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 24 19 10 0 0.21 0.58 0.91 38.57 0.41 0.07
Hex 18 13 A 0 15 3A 5B 27 29 7
Octal 30 23 12 0 25 72 133 47 51 7
Binary 11000 10011 1010 0 10101 111010 1011011 100111 101001 111

Color Harmonies of #18130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18130A

Black with #18130A

Text Example


Text Example

White with #18130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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