Html Css Color HEX #232313 Maire

📋 copy color: '#232313'

red 35 ◦ green 35 ◦ blue 19

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

Shades of Maire #232313

Tints of Maire #232313

RGB

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

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

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

R = 39.33%
G = 39.33%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#232313 (or 0x232313) is known color: Maire. HEX triplet: 23, 23 and 13. RGB value is (35,35,19). Sum of RGB (Red+Green+Blue) = 35+35+19=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 35 - color contains mainly: red, green. Hex color #232313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232313 is #DCDCEC. Grayscale: #212121. Windows color (decimal): -14474477 or 1254179. OLE color: 1254179.

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

Color convert

RGB 35 35 19 -
CMYK 0 0 0.46 0.86
HSL 60º 0.3% 0.11% -
HSV(B) 60º 0.46% 0.14% -
XYZ 1.41 1.61 0.85 -
YUV 33.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 35 35 19 0 0 0.46 0.86 60 0.3 0.11
Hex 23 23 13 0 0 2E 56 3C 1E B
Octal 43 43 23 0 0 56 126 74 36 13
Binary 100011 100011 10011 0 0 101110 1010110 111100 11110 1011

Color Harmonies of #232313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232313

Black with #232313

Text Example


Text Example

White with #232313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232313; }

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

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

background-color css

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

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

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

border-color css

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

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

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