Html Css Color HEX #23230E Maire

📋 copy color: '#23230E'

red 35 ◦ green 35 ◦ blue 14

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

Shades of Maire #23230E

Tints of Maire #23230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.67%

R = 41.67%
G = 41.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#23230E (or 0x23230E) is known color: Maire. HEX triplet: 23, 23 and 0E. RGB value is (35,35,14). Sum of RGB (Red+Green+Blue) = 35+35+14=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 35 - color contains mainly: red, green. Hex color #23230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23230E is #DCDCF1. Grayscale: #202020. Windows color (decimal): -14474482 or 926499. OLE color: 926499.

HSL color Cylindrical-coordinate representation of color #23230E: hue angle of 60º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23230E is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 35 14 -
CMYK 0 0 0.60 0.86
HSL 60º 0.43% 0.1% -
HSV(B) 60º 0.6% 0.14% -
XYZ 1.37 1.59 0.65 -
YUV 32.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 35 35 14 0 0 0.60 0.86 60 0.43 0.1
Hex 23 23 E 0 0 3C 56 3C 2B A
Octal 43 43 16 0 0 74 126 74 53 12
Binary 100011 100011 1110 0 0 111100 1010110 111100 101011 1010

Color Harmonies of #23230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23230E

Black with #23230E

Text Example


Text Example

White with #23230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23230E; }

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

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

background-color css

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

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

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

border-color css

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

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

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