Html Css Color HEX #18190B Maire

📋 copy color: '#18190B'

red 24 ◦ green 25 ◦ blue 11

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

Shades of Maire #18190B

Tints of Maire #18190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 41.67%

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

R = 40%
G = 41.67%
B = 18.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#18190B (or 0x18190B) is known color: Maire. HEX triplet: 18, 19 and 0B. RGB value is (24,25,11). Sum of RGB (Red+Green+Blue) = 24+25+11=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 25 - color contains mainly: green. Hex color #18190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18190B is #E7E6F4. Grayscale: #171717. Windows color (decimal): -15197941 or 727320. OLE color: 727320.

HSL color Cylindrical-coordinate representation of color #18190B: hue angle of 64.29º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18190B is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB 24 25 11 -
CMYK 0.04 0 0.56 0.90
HSL 64.29º 0.39% 0.07% -
HSV(B) 64.29º 0.56% 0.1% -
XYZ 0.78 0.91 0.45 -
YUV 23.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 24 25 11 0.04 0 0.56 0.90 64.29 0.39 0.07
Hex 18 19 B 4 0 38 5A 40 27 7
Octal 30 31 13 4 0 70 132 100 47 7
Binary 11000 11001 1011 100 0 111000 1011010 1000000 100111 111

Color Harmonies of #18190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18190B

Black with #18190B

Text Example


Text Example

White with #18190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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