Html Css Color HEX #250301 Seal Brown

📋 copy color: '#250301'

red 37 ◦ green 3 ◦ blue 1

#250301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #250301

Tints of Seal Brown #250301

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 value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#250301 (or 0x250301) is known color: 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

RGB 37 3 1 -
CMYK 0 0.92 0.97 0.85
HSL 3.33º 0.95% 0.07% -
HSV(B) 3.33º 0.97% 0.15% -
XYZ 0.8 0.46 0.08 -
YUV 12.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 37 3 1 0 0.92 0.97 0.85 3.33 0.95 0.07
Hex 25 3 1 0 5C 61 55 3 5F 7
Octal 45 3 1 0 134 141 125 3 137 7
Binary 100101 11 1 0 1011100 1100001 1010101 11 1011111 111

Color Harmonies of #250301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250301

Black with #250301

Text Example


Text Example

White with #250301

Text Example


Text Example

HTML Codes & Css Web 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>