Html Css Color HEX #323023 Maire

📋 copy color: '#323023'

red 50 ◦ green 48 ◦ blue 35

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

Shades of Maire #323023

Tints of Maire #323023

RGB

 RED value IS 50 (19.92% from 255) = 37.59%

 GREEN value IS 48 (19.14% from 255) = 36.09%

 BLUE value IS 35 (14.06% from 255) = 26.32%

R = 37.59%
G = 36.09%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#323023 (or 0x323023) is known color: Maire. HEX triplet: 32, 30 and 23. RGB value is (50,48,35). Sum of RGB (Red+Green+Blue) = 50+48+35=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #323023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323023 is #CDCFDC. Grayscale: #2F2F2F. Windows color (decimal): -13488093 or 2306098. OLE color: 2306098.

HSL color Cylindrical-coordinate representation of color #323023: hue angle of 52º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #323023 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 48 35 -
CMYK 0 0.04 0.30 0.80
HSL 52º 0.18% 0.17% -
HSV(B) 52º 0.3% 0.2% -
XYZ 2.68 2.91 2.01 -
YUV 47.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 50 48 35 0 0.04 0.30 0.80 52 0.18 0.17
Hex 32 30 23 0 4 1E 50 34 12 11
Octal 62 60 43 0 4 36 120 64 22 21
Binary 110010 110000 100011 0 100 11110 1010000 110100 10010 10001

Color Harmonies of #323023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323023

Black with #323023

Text Example


Text Example

White with #323023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323023; }

 p { color: rgb(50,48,35); }

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

background-color css

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

 a { background-color: rgb(50,48,35); }

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

border-color css

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

 span { border-color: rgb(50,48,35); }

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