Html Css Color HEX #250B03 Seal Brown

📋 copy color: '#250B03'

red 37 ◦ green 11 ◦ blue 3

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

Shades of Seal Brown #250B03

Tints of Seal Brown #250B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 21.57%

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

R = 72.55%
G = 21.57%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.85

RGB Variations

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

Color information

#250B03 (or 0x250B03) is known color: Seal Brown. HEX triplet: 25, 0B and 03. RGB value is (37,11,3). Sum of RGB (Red+Green+Blue) = 37+11+3=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #250B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B03 is #DAF4FC. Grayscale: #111111. Windows color (decimal): -14349565 or 199461. OLE color: 199461.

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

Color convert

RGB 37 11 3 -
CMYK 0 0.70 0.92 0.85
HSL 14.12º 0.85% 0.08% -
HSV(B) 14.12º 0.92% 0.15% -
XYZ 0.9 0.64 0.16 -
YUV 17.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 37 11 3 0 0.70 0.92 0.85 14.12 0.85 0.08
Hex 25 B 3 0 46 5C 55 E 55 8
Octal 45 13 3 0 106 134 125 16 125 10
Binary 100101 1011 11 0 1000110 1011100 1010101 1110 1010101 1000

Color Harmonies of #250B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B03

Black with #250B03

Text Example


Text Example

White with #250B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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