#300D00

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

Shades of Seal Brown #300D00

Tints of Seal Brown #300D00

Color information

#300D00 (or 0x300D00) is unknown color: approx Seal Brown. HEX triplet: 30, 0D and 00. RGB value is (48,13,0). Sum of RGB (Red+Green+Blue) = 48+13+0=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D00 is #CFF2FF. Grayscale: #161616. Windows color (decimal): -13628160 or 3376. OLE color: 3376.

HSL color Cylindrical-coordinate representation of color #300D00: hue angle of 16.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300D00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB48130-
CMYK00.7310.81
HSL16.25º100%9.41%-
HSV(B)16.25º100%18.82%-
XYZ1.360.920.11-
YUV21.98115.6146.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 78.69%
GREEN value IS 13 (5.47% from 255) = 21.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.69%
G=21.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813000.7310.8116.251009.41
Hex30D0049645110649
Octal6015001111441212014411
Binary1100001101001001001110010010100011000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300D00; }

 p { color: rgb(48,13,0); }

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

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

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

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

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

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

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