#300B02

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

Shades of Seal Brown #300B02

Tints of Seal Brown #300B02

Color information

#300B02 (or 0x300B02) is unknown color: approx Seal Brown. HEX triplet: 30, 0B and 02. RGB value is (48,11,2). Sum of RGB (Red+Green+Blue) = 48+11+2=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B02 is #CFF4FD. Grayscale: #151515. Windows color (decimal): -13628670 or 133936. OLE color: 133936.

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

Color convert

RGB48112-
CMYK00.770.960.81
HSL11.74º92%9.8%-
HSV(B)11.74º95.83%18.82%-
XYZ1.350.870.15-
YUV21.04117.26147.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 78.69%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 2 (1.17% from 255) = 3.28%
R=78.69%
G=18.03%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4811200.770.960.8111.74929.8
Hex30B204D6051c5ca
Octal6013201151401211413412
Binary1100001011100100110111000001010001110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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