#251F03

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

Shades of Maire #251F03

Tints of Maire #251F03

Color information

#251F03 (or 0x251F03) is unknown color: approx Maire. HEX triplet: 25, 1F and 03. RGB value is (37,31,3). Sum of RGB (Red+Green+Blue) = 37+31+3=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #251F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F03 is #DAE0FC. Grayscale: #1D1D1D. Windows color (decimal): -14344445 or 204581. OLE color: 204581.

HSL color Cylindrical-coordinate representation of color #251F03: hue angle of 49.41º 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 #251F03 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.85.

Color convert

RGB37313-
CMYK00.160.920.85
HSL49.41º85%7.84%-
HSV(B)49.41º91.89%14.51%-
XYZ1.271.380.29-
YUV29.6112.99133.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.11%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 3 (1.56% from 255) = 4.23%
R=52.11%
G=43.66%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3731300.160.920.8549.41857.84
Hex251F30105C5531558
Octal453730201341256112510
Binary10010111111110100001011100101010111000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251F03; }

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

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

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

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

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

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

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

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