#232501

Color #232501 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #232501

Tints of Maire #232501

Color information

#232501 (or 0x232501) is unknown color: approx 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

RGB35371-
CMYK0.0500.970.85
HSL63.33º94.74%7.45%-
HSV(B)63.33º97.3%14.51%-
XYZ1.361.680.28-
YUV32.3110.34129.93-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal353710.0500.970.8563.3394.747.45
Hex232515061553f5f7
Octal4345150141125771377
Binary10001110010111010110000110101011111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>