Html Css Color HEX #232215 Maire

📋 copy color: '#232215'

red 35 ◦ green 34 ◦ blue 21

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

Shades of Maire #232215

Tints of Maire #232215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.33%

R = 38.89%
G = 37.78%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#232215 (or 0x232215) is known color: Maire. HEX triplet: 23, 22 and 15. RGB value is (35,34,21). Sum of RGB (Red+Green+Blue) = 35+34+21=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #232215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232215 is #DCDDEA. Grayscale: #202020. Windows color (decimal): -14474731 or 1384995. OLE color: 1384995.

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

Color convert

RGB 35 34 21 -
CMYK 0 0.03 0.40 0.86
HSL 55.71º 0.25% 0.11% -
HSV(B) 55.71º 0.4% 0.14% -
XYZ 1.4 1.56 0.94 -
YUV 32.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 35 34 21 0 0.03 0.40 0.86 55.71 0.25 0.11
Hex 23 22 15 0 3 28 56 38 19 B
Octal 43 42 25 0 3 50 126 70 31 13
Binary 100011 100010 10101 0 11 101000 1010110 111000 11001 1011

Color Harmonies of #232215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232215

Black with #232215

Text Example


Text Example

White with #232215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232215; }

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

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

background-color css

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

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

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

border-color css

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

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

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