Html Css Color HEX #231F00 Maire

📋 copy color: '#231F00'

red 35 ◦ green 31 ◦ blue 0

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

Shades of Maire #231F00

Tints of Maire #231F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.97%

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

R = 53.03%
G = 46.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#231F00 (or 0x231F00) is known color: Maire. HEX triplet: 23, 1F and 00. RGB value is (35,31,0). Sum of RGB (Red+Green+Blue) = 35+31+0=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #231F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F00 is #DCE0FF. Grayscale: #1C1C1C. Windows color (decimal): -14475520 or 7971. OLE color: 7971.

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

Color convert

RGB 35 31 0 -
CMYK 0 0.11 1 0.86
HSL 53.14º 1% 0.07% -
HSV(B) 53.14º 1% 0.14% -
XYZ 1.18 1.34 0.2 -
YUV 28.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 35 31 0 0 0.11 1 0.86 53.14 1 0.07
Hex 23 1F 0 0 B 64 56 35 64 7
Octal 43 37 0 0 13 144 126 65 144 7
Binary 100011 11111 0 0 1011 1100100 1010110 110101 1100100 111

Color Harmonies of #231F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F00

Black with #231F00

Text Example


Text Example

White with #231F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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