Html Css Color HEX #232315 Maire

📋 copy color: '#232315'

red 35 ◦ green 35 ◦ blue 21

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

Shades of Maire #232315

Tints of Maire #232315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.46%

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

R = 38.46%
G = 38.46%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#232315 (or 0x232315) is known color: Maire. HEX triplet: 23, 23 and 15. RGB value is (35,35,21). Sum of RGB (Red+Green+Blue) = 35+35+21=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 35 - color contains mainly: red, green. Hex color #232315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232315 is #DCDCEA. Grayscale: #212121. Windows color (decimal): -14474475 or 1385251. OLE color: 1385251.

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

Color convert

RGB 35 35 21 -
CMYK 0 0 0.40 0.86
HSL 60º 0.25% 0.11% -
HSV(B) 60º 0.4% 0.14% -
XYZ 1.43 1.61 0.95 -
YUV 33.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 35 35 21 0 0 0.40 0.86 60 0.25 0.11
Hex 23 23 15 0 0 28 56 3C 19 B
Octal 43 43 25 0 0 50 126 74 31 13
Binary 100011 100011 10101 0 0 101000 1010110 111100 11001 1011

Color Harmonies of #232315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232315

Black with #232315

Text Example


Text Example

White with #232315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232315; }

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

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

background-color css

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

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

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

border-color css

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

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

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