Html Css Color HEX #232115 Maire

📋 copy color: '#232115'

red 35 ◦ green 33 ◦ blue 21

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

Shades of Maire #232115

Tints of Maire #232115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 37.08%

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

R = 39.33%
G = 37.08%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#232115 (or 0x232115) is known color: Maire. HEX triplet: 23, 21 and 15. RGB value is (35,33,21). Sum of RGB (Red+Green+Blue) = 35+33+21=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #232115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232115 is #DCDEEA. Grayscale: #202020. Windows color (decimal): -14474987 or 1384739. OLE color: 1384739.

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

Color convert

RGB 35 33 21 -
CMYK 0 0.06 0.40 0.86
HSL 51.43º 0.25% 0.11% -
HSV(B) 51.43º 0.4% 0.14% -
XYZ 1.37 1.5 0.93 -
YUV 32.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 35 33 21 0 0.06 0.40 0.86 51.43 0.25 0.11
Hex 23 21 15 0 6 28 56 33 19 B
Octal 43 41 25 0 6 50 126 63 31 13
Binary 100011 100001 10101 0 110 101000 1010110 110011 11001 1011

Color Harmonies of #232115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232115

Black with #232115

Text Example


Text Example

White with #232115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232115; }

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

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

background-color css

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

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

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

border-color css

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

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

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