Html Css Color HEX #18150B Maire

📋 copy color: '#18150B'

red 24 ◦ green 21 ◦ blue 11

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

Shades of Maire #18150B

Tints of Maire #18150B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 19.64%

R = 42.86%
G = 37.5%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#18150B (or 0x18150B) is known color: Maire. HEX triplet: 18, 15 and 0B. RGB value is (24,21,11). Sum of RGB (Red+Green+Blue) = 24+21+11=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #18150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18150B is #E7EAF4. Grayscale: #141414. Windows color (decimal): -15198965 or 726296. OLE color: 726296.

HSL color Cylindrical-coordinate representation of color #18150B: hue angle of 46.15º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #18150B is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 21 11 -
CMYK 0 0.13 0.54 0.91
HSL 46.15º 0.37% 0.07% -
HSV(B) 46.15º 0.54% 0.09% -
XYZ 0.71 0.75 0.43 -
YUV 20.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 24 21 11 0 0.13 0.54 0.91 46.15 0.37 0.07
Hex 18 15 B 0 D 36 5B 2E 25 7
Octal 30 25 13 0 15 66 133 56 45 7
Binary 11000 10101 1011 0 1101 110110 1011011 101110 100101 111

Color Harmonies of #18150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18150B

Black with #18150B

Text Example


Text Example

White with #18150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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