Html Css Color HEX #250101 Seal Brown

📋 copy color: '#250101'

red 37 ◦ green 1 ◦ blue 1

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

Shades of Seal Brown #250101

Tints of Seal Brown #250101

RGB

 RED value IS 37 (14.84% from 255) = 94.87%

 GREEN value IS 1 (0.78% from 255) = 2.56%

 BLUE value IS 1 (0.78% from 255) = 2.56%

R = 94.87%
G = 2.56%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#250101 (or 0x250101) is known color: Seal Brown. HEX triplet: 25, 01 and 01. RGB value is (37,1,1). Sum of RGB (Red+Green+Blue) = 37+1+1=39 (5% of max value = 765). Red value is 37 (14.84% from 255 or 94.87% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 37 - color contains mainly: red. Hex color #250101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250101 is #DAFEFE. Grayscale: #0B0B0B. Windows color (decimal): -14352127 or 65829. OLE color: 65829.

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

Color convert

RGB 37 1 1 -
CMYK 0 0.97 0.97 0.85
HSL 0.95% 0.07% -
HSV(B) 0.97% 0.15% -
XYZ 0.78 0.42 0.07 -
YUV 11.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 37 1 1 0 0.97 0.97 0.85 0 0.95 0.07
Hex 25 1 1 0 61 61 55 0 5F 7
Octal 45 1 1 0 141 141 125 0 137 7
Binary 100101 1 1 0 1100001 1100001 1010101 0 1011111 111

Color Harmonies of #250101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250101

Black with #250101

Text Example


Text Example

White with #250101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250101; }

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

 H1.HeaderClassName
 {
   color: #250101;
 }
 .AnyTagClassName
 {
   color: #250101;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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