Html Css Color HEX #232213 Maire

📋 copy color: '#232213'

red 35 ◦ green 34 ◦ blue 19

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

Shades of Maire #232213

Tints of Maire #232213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.59%

R = 39.77%
G = 38.64%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#232213 (or 0x232213) is known color: Maire. HEX triplet: 23, 22 and 13. RGB value is (35,34,19). Sum of RGB (Red+Green+Blue) = 35+34+19=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #232213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232213 is #DCDDEC. Grayscale: #202020. Windows color (decimal): -14474733 or 1253923. OLE color: 1253923.

HSL color Cylindrical-coordinate representation of color #232213: hue angle of 56.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #232213 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 34 19 -
CMYK 0 0.03 0.46 0.86
HSL 56.25º 0.3% 0.11% -
HSV(B) 56.25º 0.46% 0.14% -
XYZ 1.38 1.55 0.84 -
YUV 32.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 35 34 19 0 0.03 0.46 0.86 56.25 0.3 0.11
Hex 23 22 13 0 3 2E 56 38 1E B
Octal 43 42 23 0 3 56 126 70 36 13
Binary 100011 100010 10011 0 11 101110 1010110 111000 11110 1011

Color Harmonies of #232213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232213

Black with #232213

Text Example


Text Example

White with #232213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232213; }

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

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

background-color css

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

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

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

border-color css

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

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

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