Html Css Color HEX #231E00 Maire

📋 copy color: '#231E00'

red 35 ◦ green 30 ◦ blue 0

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

Shades of Maire #231E00

Tints of Maire #231E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 46.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.85%
G = 46.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#231E00 (or 0x231E00) is known color: Maire. HEX triplet: 23, 1E and 00. RGB value is (35,30,0). Sum of RGB (Red+Green+Blue) = 35+30+0=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #231E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E00 is #DCE1FF. Grayscale: #1C1C1C. Windows color (decimal): -14475776 or 7715. OLE color: 7715.

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

Color convert

RGB 35 30 0 -
CMYK 0 0.14 1 0.86
HSL 51.43º 1% 0.07% -
HSV(B) 51.43º 1% 0.14% -
XYZ 1.16 1.29 0.19 -
YUV 28.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 35 30 0 0 0.14 1 0.86 51.43 1 0.07
Hex 23 1E 0 0 E 64 56 33 64 7
Octal 43 36 0 0 16 144 126 63 144 7
Binary 100011 11110 0 0 1110 1100100 1010110 110011 1100100 111

Color Harmonies of #231E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E00

Black with #231E00

Text Example


Text Example

White with #231E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,30,0); }

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

background-color css

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

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

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

border-color css

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

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

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