Html Css Color HEX #232301 Maire

📋 copy color: '#232301'

red 35 ◦ green 35 ◦ blue 1

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

Shades of Maire #232301

Tints of Maire #232301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 49.3%

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

R = 49.3%
G = 49.3%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#232301 (or 0x232301) is known color: Maire. HEX triplet: 23, 23 and 01. RGB value is (35,35,1). Sum of RGB (Red+Green+Blue) = 35+35+1=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 35 - color contains mainly: red, green. Hex color #232301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232301 is #DCDCFE. Grayscale: #1F1F1F. Windows color (decimal): -14474495 or 74531. OLE color: 74531.

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

Color convert

RGB 35 35 1 -
CMYK 0 0 0.97 0.86
HSL 60º 0.94% 0.07% -
HSV(B) 60º 0.97% 0.14% -
XYZ 1.3 1.56 0.26 -
YUV 31.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 35 35 1 0 0 0.97 0.86 60 0.94 0.07
Hex 23 23 1 0 0 61 56 3C 5E 7
Octal 43 43 1 0 0 141 126 74 136 7
Binary 100011 100011 1 0 0 1100001 1010110 111100 1011110 111

Color Harmonies of #232301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232301

Black with #232301

Text Example


Text Example

White with #232301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232301; }

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

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

background-color css

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

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

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

border-color css

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

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

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