#300B09

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

Shades of Seal Brown #300B09

Tints of Seal Brown #300B09

Color information

#300B09 (or 0x300B09) is unknown color: approx Seal Brown. HEX triplet: 30, 0B and 09. RGB value is (48,11,9). Sum of RGB (Red+Green+Blue) = 48+11+9=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #300B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B09 is #CFF4F6. Grayscale: #151515. Windows color (decimal): -13628663 or 592688. OLE color: 592688.

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

Color convert

RGB48119-
CMYK00.770.810.81
HSL3.08º68.42%11.18%-
HSV(B)3.08º81.25%18.82%-
XYZ1.390.890.36-
YUV21.84120.76146.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 70.59%
GREEN value IS 11 (4.69% from 255) = 16.18%
BLUE value IS 9 (3.91% from 255) = 13.24%
R=70.59%
G=16.18%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4811900.770.810.813.0868.4211.18
Hex30B904D5151344b
Octal6013110115121121310413
Binary1100001011100101001101101000110100011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,11,9); }

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

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

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

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

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

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

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