#250303

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

Shades of Seal Brown #250303

Tints of Seal Brown #250303

Color information

#250303 (or 0x250303) is unknown color: approx Seal Brown. HEX triplet: 25, 03 and 03. RGB value is (37,3,3). Sum of RGB (Red+Green+Blue) = 37+3+3=43 (5% of max value = 765). Red value is 37 (14.84% from 255 or 86.05% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 37 - color contains mainly: red. Hex color #250303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250303 is #DAFCFC. Grayscale: #0D0D0D. Windows color (decimal): -14351613 or 197413. OLE color: 197413.

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

Color convert

RGB3733-
CMYK00.920.920.85
HSL85%7.84%-
HSV(B)91.89%14.51%-
XYZ0.810.470.13-
YUV13.17122.26145-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 86.05%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 3 (1.56% from 255) = 6.98%
R=86.05%
G=6.98%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373300.920.920.850857.84
Hex253305C5C550558
Octal45330134134125012510
Binary10010111110101110010111001010101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250303; }

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

 H1.HeaderClassName
 {
   color: #250303;
 }
 .AnyTagClassName
 {
   color: #250303;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #250303;
 }
 .BgClassName
 {
   background-color: #250303;
 }
</style>
border-color css

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

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

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