#250301

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

Shades of Seal Brown #250301

Tints of Seal Brown #250301

Color information

#250301 (or 0x250301) is unknown color: approx Seal Brown. HEX triplet: 25, 03 and 01. RGB value is (37,3,1). Sum of RGB (Red+Green+Blue) = 37+3+1=41 (5% of max value = 765). Red value is 37 (14.84% from 255 or 90.24% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 37 - color contains mainly: red. Hex color #250301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250301 is #DAFCFE. Grayscale: #0C0C0C. Windows color (decimal): -14351615 or 66341. OLE color: 66341.

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

Color convert

RGB3731-
CMYK00.920.970.85
HSL3.33º94.74%7.45%-
HSV(B)3.33º97.3%14.51%-
XYZ0.80.460.08-
YUV12.94121.26145.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 90.24%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=90.24%
G=7.32%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373100.920.970.853.3394.747.45
Hex253105C615535f7
Octal4531013414112531377
Binary1001011110101110011000011010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250301; }

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

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

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

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

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

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

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

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