Html Css Color HEX #231F01 Maire

📋 copy color: '#231F01'

red 35 ◦ green 31 ◦ blue 1

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

Shades of Maire #231F01

Tints of Maire #231F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.49%

R = 52.24%
G = 46.27%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#231F01 (or 0x231F01) is known color: Maire. HEX triplet: 23, 1F and 01. RGB value is (35,31,1). Sum of RGB (Red+Green+Blue) = 35+31+1=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #231F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F01 is #DCE0FE. Grayscale: #1C1C1C. Windows color (decimal): -14475519 or 73507. OLE color: 73507.

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

Color convert

RGB 35 31 1 -
CMYK 0 0.11 0.97 0.86
HSL 52.94º 0.94% 0.07% -
HSV(B) 52.94º 0.97% 0.14% -
XYZ 1.19 1.34 0.22 -
YUV 28.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 35 31 1 0 0.11 0.97 0.86 52.94 0.94 0.07
Hex 23 1F 1 0 B 61 56 35 5E 7
Octal 43 37 1 0 13 141 126 65 136 7
Binary 100011 11111 1 0 1011 1100001 1010110 110101 1011110 111

Color Harmonies of #231F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F01

Black with #231F01

Text Example


Text Example

White with #231F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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