Html Css Color HEX #250D01 Seal Brown

📋 copy color: '#250D01'

red 37 ◦ green 13 ◦ blue 1

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

Shades of Seal Brown #250D01

Tints of Seal Brown #250D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 25.49%

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

R = 72.55%
G = 25.49%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#250D01 (or 0x250D01) is known color: Seal Brown. HEX triplet: 25, 0D and 01. RGB value is (37,13,1). Sum of RGB (Red+Green+Blue) = 37+13+1=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #250D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D01 is #DAF2FE. Grayscale: #121212. Windows color (decimal): -14349055 or 68901. OLE color: 68901.

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

Color convert

RGB 37 13 1 -
CMYK 0 0.65 0.97 0.85
HSL 20º 0.95% 0.07% -
HSV(B) 20º 0.97% 0.15% -
XYZ 0.91 0.68 0.11 -
YUV 18.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 37 13 1 0 0.65 0.97 0.85 20 0.95 0.07
Hex 25 D 1 0 41 61 55 14 5F 7
Octal 45 15 1 0 101 141 125 24 137 7
Binary 100101 1101 1 0 1000001 1100001 1010101 10100 1011111 111

Color Harmonies of #250D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D01

Black with #250D01

Text Example


Text Example

White with #250D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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