Html Css Color HEX #250D0D Seal Brown

📋 copy color: '#250D0D'

red 37 ◦ green 13 ◦ blue 13

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

Shades of Seal Brown #250D0D

Tints of Seal Brown #250D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 20.63%

R = 58.73%
G = 20.63%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#250D0D (or 0x250D0D) is known color: Seal Brown. HEX triplet: 25, 0D and 0D. RGB value is (37,13,13). Sum of RGB (Red+Green+Blue) = 37+13+13=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D0D is #DAF2F2. Grayscale: #141414. Windows color (decimal): -14349043 or 855333. OLE color: 855333.

HSL color Cylindrical-coordinate representation of color #250D0D: hue angle of 0º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D0D is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 13 13 -
CMYK 0 0.65 0.65 0.85
HSL 0.48% 0.1% -
HSV(B) 0.65% 0.15% -
XYZ 0.98 0.71 0.47 -
YUV 20.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 37 13 13 0 0.65 0.65 0.85 0 0.48 0.1
Hex 25 D D 0 41 41 55 0 30 A
Octal 45 15 15 0 101 101 125 0 60 12
Binary 100101 1101 1101 0 1000001 1000001 1010101 0 110000 1010

Color Harmonies of #250D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D0D

Black with #250D0D

Text Example


Text Example

White with #250D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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