Html Css Color HEX #231C09 Maire

📋 copy color: '#231C09'

red 35 ◦ green 28 ◦ blue 9

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

Shades of Maire #231C09

Tints of Maire #231C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 38.89%

 BLUE value IS 9 (3.91% from 255) = 12.5%

R = 48.61%
G = 38.89%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#231C09 (or 0x231C09) is known color: Maire. HEX triplet: 23, 1C and 09. RGB value is (35,28,9). Sum of RGB (Red+Green+Blue) = 35+28+9=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #231C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C09 is #DCE3F6. Grayscale: #1C1C1C. Windows color (decimal): -14476279 or 597027. OLE color: 597027.

HSL color Cylindrical-coordinate representation of color #231C09: hue angle of 43.85º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231C09 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 28 9 -
CMYK 0 0.20 0.74 0.86
HSL 43.85º 0.59% 0.09% -
HSV(B) 43.85º 0.74% 0.14% -
XYZ 1.16 1.21 0.43 -
YUV 27.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 35 28 9 0 0.20 0.74 0.86 43.85 0.59 0.09
Hex 23 1C 9 0 14 4A 56 2C 3B 9
Octal 43 34 11 0 24 112 126 54 73 11
Binary 100011 11100 1001 0 10100 1001010 1010110 101100 111011 1001

Color Harmonies of #231C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C09

Black with #231C09

Text Example


Text Example

White with #231C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231C09; }

 p { color: rgb(35,28,9); }

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

background-color css

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

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

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

border-color css

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

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

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