Html Css Color HEX #231F12 Maire

📋 copy color: '#231F12'

red 35 ◦ green 31 ◦ blue 18

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

Shades of Maire #231F12

Tints of Maire #231F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.43%

R = 41.67%
G = 36.9%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#231F12 (or 0x231F12) is known color: Maire. HEX triplet: 23, 1F and 12. RGB value is (35,31,18). Sum of RGB (Red+Green+Blue) = 35+31+18=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F12 is #DCE0ED. Grayscale: #1E1E1E. Windows color (decimal): -14475502 or 1187619. OLE color: 1187619.

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

Color convert

RGB 35 31 18 -
CMYK 0 0.11 0.49 0.86
HSL 45.88º 0.32% 0.1% -
HSV(B) 45.88º 0.49% 0.14% -
XYZ 1.29 1.38 0.77 -
YUV 30.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 35 31 18 0 0.11 0.49 0.86 45.88 0.32 0.1
Hex 23 1F 12 0 B 31 56 2E 20 A
Octal 43 37 22 0 13 61 126 56 40 12
Binary 100011 11111 10010 0 1011 110001 1010110 101110 100000 1010

Color Harmonies of #231F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F12

Black with #231F12

Text Example


Text Example

White with #231F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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