#300C03

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

Shades of Seal Brown #300C03

Tints of Seal Brown #300C03

Color information

#300C03 (or 0x300C03) is unknown color: approx Seal Brown. HEX triplet: 30, 0C and 03. RGB value is (48,12,3). Sum of RGB (Red+Green+Blue) = 48+12+3=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 3 (1.56% from 255 or 4.76% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #300C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C03 is #CFF3FC. Grayscale: #151515. Windows color (decimal): -13628413 or 199728. OLE color: 199728.

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

Color convert

RGB48123-
CMYK00.750.940.81
HSL12º88.24%10%-
HSV(B)12º93.75%18.82%-
XYZ1.370.90.19-
YUV21.74117.43146.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 76.19%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 3 (1.56% from 255) = 4.76%
R=76.19%
G=19.05%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4812300.750.940.811288.2410
Hex30C304B5E51c58a
Octal6014301131361211413012
Binary1100001100110100101110111101010001110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,12,3); }

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

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

 a { background-color: rgb(48,12,3); }

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

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

 span { border-color: rgb(48,12,3); }

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