Html Css Color HEX #231E14 Maire

📋 copy color: '#231E14'

red 35 ◦ green 30 ◦ blue 20

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

Shades of Maire #231E14

Tints of Maire #231E14

RGB

 RED value IS 35 (14.06% from 255) = 41.18%

 GREEN value IS 30 (12.11% from 255) = 35.29%

 BLUE value IS 20 (8.2% from 255) = 23.53%

R = 41.18%
G = 35.29%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#231E14 (or 0x231E14) is known color: Maire. HEX triplet: 23, 1E and 14. RGB value is (35,30,20). Sum of RGB (Red+Green+Blue) = 35+30+20=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #231E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E14 is #DCE1EB. Grayscale: #1E1E1E. Windows color (decimal): -14475756 or 1318435. OLE color: 1318435.

HSL color Cylindrical-coordinate representation of color #231E14: hue angle of 40º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #231E14 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 30 20 -
CMYK 0 0.14 0.43 0.86
HSL 40º 0.27% 0.11% -
HSV(B) 40º 0.43% 0.14% -
XYZ 1.28 1.34 0.85 -
YUV 30.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 35 30 20 0 0.14 0.43 0.86 40 0.27 0.11
Hex 23 1E 14 0 E 2B 56 28 1B B
Octal 43 36 24 0 16 53 126 50 33 13
Binary 100011 11110 10100 0 1110 101011 1010110 101000 11011 1011

Color Harmonies of #231E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E14

Black with #231E14

Text Example


Text Example

White with #231E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231E14; }

 p { color: rgb(35,30,20); }

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

background-color css

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

 a { background-color: rgb(35,30,20); }

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

border-color css

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

 span { border-color: rgb(35,30,20); }

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