Html Css Color HEX #250D03 Seal Brown

📋 copy color: '#250D03'

red 37 ◦ green 13 ◦ blue 3

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

Shades of Seal Brown #250D03

Tints of Seal Brown #250D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.66%

R = 69.81%
G = 24.53%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.85

RGB Variations

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

Color information

#250D03 (or 0x250D03) is known color: Seal Brown. HEX triplet: 25, 0D and 03. RGB value is (37,13,3). Sum of RGB (Red+Green+Blue) = 37+13+3=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D03 is #DAF2FC. Grayscale: #131313. Windows color (decimal): -14349053 or 199973. OLE color: 199973.

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

Color convert

RGB 37 13 3 -
CMYK 0 0.65 0.92 0.85
HSL 17.65º 0.85% 0.08% -
HSV(B) 17.65º 0.92% 0.15% -
XYZ 0.92 0.69 0.17 -
YUV 19.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 37 13 3 0 0.65 0.92 0.85 17.65 0.85 0.08
Hex 25 D 3 0 41 5C 55 12 55 8
Octal 45 15 3 0 101 134 125 22 125 10
Binary 100101 1101 11 0 1000001 1011100 1010101 10010 1010101 1000

Color Harmonies of #250D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D03

Black with #250D03

Text Example


Text Example

White with #250D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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