Html Css Color HEX #232501 Maire

📋 copy color: '#232501'

red 35 ◦ green 37 ◦ blue 1

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

Shades of Maire #232501

Tints of Maire #232501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 50.68%

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

R = 47.95%
G = 50.68%
B = 1.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#232501 (or 0x232501) is known color: Maire. HEX triplet: 23, 25 and 01. RGB value is (35,37,1). Sum of RGB (Red+Green+Blue) = 35+37+1=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #232501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232501 is #DCDAFE. Grayscale: #202020. Windows color (decimal): -14473983 or 75043. OLE color: 75043.

HSL color Cylindrical-coordinate representation of color #232501: hue angle of 63.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #232501 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 37 1 -
CMYK 0.05 0 0.97 0.85
HSL 63.33º 0.95% 0.07% -
HSV(B) 63.33º 0.97% 0.15% -
XYZ 1.36 1.68 0.28 -
YUV 32.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 35 37 1 0.05 0 0.97 0.85 63.33 0.95 0.07
Hex 23 25 1 5 0 61 55 3F 5F 7
Octal 43 45 1 5 0 141 125 77 137 7
Binary 100011 100101 1 101 0 1100001 1010101 111111 1011111 111

Color Harmonies of #232501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232501

Black with #232501

Text Example


Text Example

White with #232501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232501; }

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

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

background-color css

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

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

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

border-color css

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

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

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