#300B05

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

Shades of Seal Brown #300B05

Tints of Seal Brown #300B05

Color information

#300B05 (or 0x300B05) is unknown color: approx Seal Brown. HEX triplet: 30, 0B and 05. RGB value is (48,11,5). Sum of RGB (Red+Green+Blue) = 48+11+5=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #300B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B05 is #CFF4FA. Grayscale: #151515. Windows color (decimal): -13628667 or 330544. OLE color: 330544.

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

Color convert

RGB48115-
CMYK00.770.900.81
HSL8.37º81.13%10.39%-
HSV(B)8.37º89.58%18.82%-
XYZ1.370.880.24-
YUV21.38118.76146.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 75%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 5 (2.34% from 255) = 7.81%
R=75%
G=17.19%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4811500.770.900.818.3781.1310.39
Hex30B504D5A51851a
Octal6013501151321211012112
Binary11000010111010100110110110101010001100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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