Html Css Color HEX #231D10 Maire

📋 copy color: '#231D10'

red 35 ◦ green 29 ◦ blue 16

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

Shades of Maire #231D10

Tints of Maire #231D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 36.25%

 BLUE value IS 16 (6.64% from 255) = 20%

R = 43.75%
G = 36.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#231D10 (or 0x231D10) is known color: Maire. HEX triplet: 23, 1D and 10. RGB value is (35,29,16). Sum of RGB (Red+Green+Blue) = 35+29+16=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D10 is #DCE2EF. Grayscale: #1D1D1D. Windows color (decimal): -14476016 or 1056035. OLE color: 1056035.

HSL color Cylindrical-coordinate representation of color #231D10: hue angle of 41.05º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231D10 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 29 16 -
CMYK 0 0.17 0.54 0.86
HSL 41.05º 0.37% 0.1% -
HSV(B) 41.05º 0.54% 0.14% -
XYZ 1.23 1.27 0.67 -
YUV 29.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 35 29 16 0 0.17 0.54 0.86 41.05 0.37 0.1
Hex 23 1D 10 0 11 36 56 29 25 A
Octal 43 35 20 0 21 66 126 51 45 12
Binary 100011 11101 10000 0 10001 110110 1010110 101001 100101 1010

Color Harmonies of #231D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D10

Black with #231D10

Text Example


Text Example

White with #231D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,29,16); }

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

background-color css

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

 a { background-color: rgb(35,29,16); }

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

border-color css

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

 span { border-color: rgb(35,29,16); }

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