Html Css Color HEX #231F11 Maire

📋 copy color: '#231F11'

red 35 ◦ green 31 ◦ blue 17

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

Shades of Maire #231F11

Tints of Maire #231F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 37.35%

 BLUE value IS 17 (7.03% from 255) = 20.48%

R = 42.17%
G = 37.35%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#231F11 (or 0x231F11) is known color: Maire. HEX triplet: 23, 1F and 11. RGB value is (35,31,17). Sum of RGB (Red+Green+Blue) = 35+31+17=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #231F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F11 is #DCE0EE. Grayscale: #1E1E1E. Windows color (decimal): -14475503 or 1122083. OLE color: 1122083.

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

Color convert

RGB 35 31 17 -
CMYK 0 0.11 0.51 0.86
HSL 46.67º 0.35% 0.1% -
HSV(B) 46.67º 0.51% 0.14% -
XYZ 1.28 1.38 0.73 -
YUV 30.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 35 31 17 0 0.11 0.51 0.86 46.67 0.35 0.1
Hex 23 1F 11 0 B 33 56 2F 23 A
Octal 43 37 21 0 13 63 126 57 43 12
Binary 100011 11111 10001 0 1011 110011 1010110 101111 100011 1010

Color Harmonies of #231F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F11

Black with #231F11

Text Example


Text Example

White with #231F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,31,17); }

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

background-color css

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

 a { background-color: rgb(35,31,17); }

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

border-color css

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

 span { border-color: rgb(35,31,17); }

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