#252303

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

Shades of Maire #252303

Tints of Maire #252303

Color information

#252303 (or 0x252303) is unknown color: approx Maire. HEX triplet: 25, 23 and 03. RGB value is (37,35,3). Sum of RGB (Red+Green+Blue) = 37+35+3=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #252303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252303 is #DADCFC. Grayscale: #202020. Windows color (decimal): -14343421 or 205605. OLE color: 205605.

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

Color convert

RGB37353-
CMYK00.050.920.85
HSL56.47º85%7.84%-
HSV(B)56.47º91.89%14.51%-
XYZ1.381.60.32-
YUV31.95111.66131.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 35 (14.06% from 255) = 46.67%
BLUE value IS 3 (1.56% from 255) = 4%
R=49.33%
G=46.67%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3735300.050.920.8556.47857.84
Hex25233055C5538558
Octal45433051341257012510
Binary1001011000111101011011100101010111100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252303; }

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

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

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

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

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

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

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

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