Html Css Color HEX #232214 Maire

📋 copy color: '#232214'

red 35 ◦ green 34 ◦ blue 20

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

Shades of Maire #232214

Tints of Maire #232214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.2%

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

R = 39.33%
G = 38.2%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#232214 (or 0x232214) is known color: Maire. HEX triplet: 23, 22 and 14. RGB value is (35,34,20). Sum of RGB (Red+Green+Blue) = 35+34+20=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #232214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232214 is #DCDDEB. Grayscale: #202020. Windows color (decimal): -14474732 or 1319459. OLE color: 1319459.

HSL color Cylindrical-coordinate representation of color #232214: hue angle of 56º 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 #232214 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 34 20 -
CMYK 0 0.03 0.43 0.86
HSL 56º 0.27% 0.11% -
HSV(B) 56º 0.43% 0.14% -
XYZ 1.39 1.55 0.89 -
YUV 32.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 35 34 20 0 0.03 0.43 0.86 56 0.27 0.11
Hex 23 22 14 0 3 2B 56 38 1B B
Octal 43 42 24 0 3 53 126 70 33 13
Binary 100011 100010 10100 0 11 101011 1010110 111000 11011 1011

Color Harmonies of #232214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232214

Black with #232214

Text Example


Text Example

White with #232214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232214; }

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

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

background-color css

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

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

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

border-color css

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

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

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