#300D02

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

Shades of Seal Brown #300D02

Tints of Seal Brown #300D02

Color information

#300D02 (or 0x300D02) is unknown color: approx Seal Brown. HEX triplet: 30, 0D and 02. RGB value is (48,13,2). Sum of RGB (Red+Green+Blue) = 48+13+2=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #300D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D02 is #CFF2FD. Grayscale: #161616. Windows color (decimal): -13628158 or 134448. OLE color: 134448.

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

Color convert

RGB48132-
CMYK00.730.960.81
HSL14.35º92%9.8%-
HSV(B)14.35º95.83%18.82%-
XYZ1.370.920.16-
YUV22.21116.6146.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 76.19%
GREEN value IS 13 (5.47% from 255) = 20.63%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=76.19%
G=20.63%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813200.730.960.8114.35929.8
Hex30D20496051e5ca
Octal6015201111401211613412
Binary1100001101100100100111000001010001111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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