#300C01

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

Shades of Seal Brown #300C01

Tints of Seal Brown #300C01

Color information

#300C01 (or 0x300C01) is unknown color: approx Seal Brown. HEX triplet: 30, 0C and 01. RGB value is (48,12,1). Sum of RGB (Red+Green+Blue) = 48+12+1=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C01 is #CFF3FE. Grayscale: #151515. Windows color (decimal): -13628415 or 68656. OLE color: 68656.

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

Color convert

RGB48121-
CMYK00.750.980.81
HSL14.04º95.92%9.61%-
HSV(B)14.04º97.92%18.82%-
XYZ1.360.890.13-
YUV21.51116.43146.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 78.69%
GREEN value IS 12 (5.08% from 255) = 19.67%
BLUE value IS 1 (0.78% from 255) = 1.64%
R=78.69%
G=19.67%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4812100.750.980.8114.0495.929.61
Hex30C104B6251e60a
Octal6014101131421211614012
Binary110000110010100101111000101010001111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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