Html Css Color HEX #232212 Maire

📋 copy color: '#232212'

red 35 ◦ green 34 ◦ blue 18

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

Shades of Maire #232212

Tints of Maire #232212

RGB

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

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

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

R = 40.23%
G = 39.08%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#232212 (or 0x232212) is known color: Maire. HEX triplet: 23, 22 and 12. RGB value is (35,34,18). Sum of RGB (Red+Green+Blue) = 35+34+18=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #232212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232212 is #DCDDED. Grayscale: #202020. Windows color (decimal): -14474734 or 1188387. OLE color: 1188387.

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

Color convert

RGB 35 34 18 -
CMYK 0 0.03 0.49 0.86
HSL 56.47º 0.32% 0.1% -
HSV(B) 56.47º 0.49% 0.14% -
XYZ 1.37 1.55 0.8 -
YUV 32.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 35 34 18 0 0.03 0.49 0.86 56.47 0.32 0.1
Hex 23 22 12 0 3 31 56 38 20 A
Octal 43 42 22 0 3 61 126 70 40 12
Binary 100011 100010 10010 0 11 110001 1010110 111000 100000 1010

Color Harmonies of #232212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232212

Black with #232212

Text Example


Text Example

White with #232212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232212; }

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

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

background-color css

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

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

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

border-color css

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

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

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