#300B04

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

Shades of Seal Brown #300B04

Tints of Seal Brown #300B04

Color information

#300B04 (or 0x300B04) is unknown color: approx Seal Brown. HEX triplet: 30, 0B and 04. RGB value is (48,11,4). Sum of RGB (Red+Green+Blue) = 48+11+4=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #300B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B04 is #CFF4FB. Grayscale: #151515. Windows color (decimal): -13628668 or 265008. OLE color: 265008.

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

Color convert

RGB48114-
CMYK00.770.920.81
HSL9.55º84.62%10.2%-
HSV(B)9.55º91.67%18.82%-
XYZ1.360.880.21-
YUV21.26118.26147.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 76.19%
GREEN value IS 11 (4.69% from 255) = 17.46%
BLUE value IS 4 (1.95% from 255) = 6.35%
R=76.19%
G=17.46%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4811400.770.920.819.5584.6210.2
Hex30B404D5C51a55a
Octal6013401151341211212512
Binary11000010111000100110110111001010001101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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