#25230B

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

Shades of Maire #25230B

Tints of Maire #25230B

Color information

#25230B (or 0x25230B) is unknown color: approx Maire. HEX triplet: 25, 23 and 0B. RGB value is (37,35,11). Sum of RGB (Red+Green+Blue) = 37+35+11=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230B is #DADCF4. Grayscale: #202020. Windows color (decimal): -14343413 or 729893. OLE color: 729893.

HSL color Cylindrical-coordinate representation of color #25230B: hue angle of 55.38º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25230B is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB373511-
CMYK00.050.700.85
HSL55.38º54.17%9.41%-
HSV(B)55.38º70.27%14.51%-
XYZ1.421.620.55-
YUV32.86115.66130.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 35 (14.06% from 255) = 42.17%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=44.58%
G=42.17%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37351100.050.700.8555.3854.179.41
Hex2523B05465537369
Octal45431305106125676611
Binary10010110001110110101100011010101011101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25230B; }

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

 H1.HeaderClassName
 {
   color: #25230B;
 }
 .AnyTagClassName
 {
   color: #25230B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #25230B;
 }
 .BgClassName
 {
   background-color: #25230B;
 }
</style>
border-color css

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

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

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