#250B03

Color #250B03 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #250B03

Tints of Seal Brown #250B03

Color information

#250B03 (or 0x250B03) is unknown color: approx 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

RGB37113-
CMYK00.700.920.85
HSL14.12º85%7.84%-
HSV(B)14.12º91.89%14.51%-
XYZ0.90.640.16-
YUV17.86119.61141.65-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3711300.700.920.8514.12857.84
Hex25B30465C55e558
Octal4513301061341251612510
Binary1001011011110100011010111001010101111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>