Html Css Color HEX #231901 Maire

📋 copy color: '#231901'

red 35 ◦ green 25 ◦ blue 1

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

Shades of Maire #231901

Tints of Maire #231901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 40.98%

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

R = 57.38%
G = 40.98%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#231901 (or 0x231901) is known color: Maire. HEX triplet: 23, 19 and 01. RGB value is (35,25,1). Sum of RGB (Red+Green+Blue) = 35+25+1=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #231901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231901 is #DCE6FE. Grayscale: #191919. Windows color (decimal): -14477055 or 71971. OLE color: 71971.

HSL color Cylindrical-coordinate representation of color #231901: hue angle of 42.35º 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 #231901 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 25 1 -
CMYK 0 0.29 0.97 0.86
HSL 42.35º 0.94% 0.07% -
HSV(B) 42.35º 0.97% 0.14% -
XYZ 1.05 1.05 0.18 -
YUV 25.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 35 25 1 0 0.29 0.97 0.86 42.35 0.94 0.07
Hex 23 19 1 0 1D 61 56 2A 5E 7
Octal 43 31 1 0 35 141 126 52 136 7
Binary 100011 11001 1 0 11101 1100001 1010110 101010 1011110 111

Color Harmonies of #231901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231901

Black with #231901

Text Example


Text Example

White with #231901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231901; }

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

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

background-color css

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

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

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

border-color css

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

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

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