Html Css Color HEX #23230A Maire

📋 copy color: '#23230A'

red 35 ◦ green 35 ◦ blue 10

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

Shades of Maire #23230A

Tints of Maire #23230A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.5%

R = 43.75%
G = 43.75%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.86

RGB Variations

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

Color information

#23230A (or 0x23230A) is known color: Maire. HEX triplet: 23, 23 and 0A. RGB value is (35,35,10). Sum of RGB (Red+Green+Blue) = 35+35+10=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 35 - color contains mainly: red, green. Hex color #23230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23230A is #DCDCF5. Grayscale: #202020. Windows color (decimal): -14474486 or 664355. OLE color: 664355.

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

Color convert

RGB 35 35 10 -
CMYK 0 0 0.71 0.86
HSL 60º 0.56% 0.09% -
HSV(B) 60º 0.71% 0.14% -
XYZ 1.35 1.58 0.52 -
YUV 32.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 35 35 10 0 0 0.71 0.86 60 0.56 0.09
Hex 23 23 A 0 0 47 56 3C 38 9
Octal 43 43 12 0 0 107 126 74 70 11
Binary 100011 100011 1010 0 0 1000111 1010110 111100 111000 1001

Color Harmonies of #23230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23230A

Black with #23230A

Text Example


Text Example

White with #23230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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