#301313

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

Shades of Seal Brown #301313

Tints of Seal Brown #301313

Color information

#301313 (or 0x301313) is unknown color: approx Seal Brown. HEX triplet: 30, 13 and 13. RGB value is (48,19,19). Sum of RGB (Red+Green+Blue) = 48+19+19=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301313 is #CFECEC. Grayscale: #1B1B1B. Windows color (decimal): -13626605 or 1250096. OLE color: 1250096.

HSL color Cylindrical-coordinate representation of color #301313: hue angle of 0º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301313 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB481919-
CMYK00.600.600.81
HSL43.28%13.14%-
HSV(B)60.42%18.82%-
XYZ1.571.140.75-
YUV27.67123.11142.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=55.81%
G=22.09%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48191900.600.600.81043.2813.14
Hex30131303C3C5102bd
Octal6023230747412105315
Binary11000010011100110111100111100101000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301313; }

 p { color: rgb(48,19,19); }

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

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

 a { background-color: rgb(48,19,19); }

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

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

 span { border-color: rgb(48,19,19); }

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