#300B00

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

Shades of Seal Brown #300B00

Tints of Seal Brown #300B00

Color information

#300B00 (or 0x300B00) is unknown color: approx Seal Brown. HEX triplet: 30, 0B and 00. RGB value is (48,11,0). Sum of RGB (Red+Green+Blue) = 48+11+0=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #300B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B00 is #CFF4FF. Grayscale: #141414. Windows color (decimal): -13628672 or 2864. OLE color: 2864.

HSL color Cylindrical-coordinate representation of color #300B00: hue angle of 13.75º 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 #300B00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB48110-
CMYK00.7710.81
HSL13.75º100%9.41%-
HSV(B)13.75º100%18.82%-
XYZ1.340.870.1-
YUV20.81116.26147.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 81.36%
GREEN value IS 11 (4.69% from 255) = 18.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.36%
G=18.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4811000.7710.8113.751009.41
Hex30B004D6451e649
Octal6013001151441211614411
Binary110000101100100110111001001010001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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