#300A01

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

Shades of Seal Brown #300A01

Tints of Seal Brown #300A01

Color information

#300A01 (or 0x300A01) is unknown color: approx Seal Brown. HEX triplet: 30, 0A and 01. RGB value is (48,10,1). Sum of RGB (Red+Green+Blue) = 48+10+1=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #300A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A01 is #CFF5FE. Grayscale: #141414. Windows color (decimal): -13628927 or 68144. OLE color: 68144.

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

Color convert

RGB48101-
CMYK00.790.980.81
HSL11.49º95.92%9.61%-
HSV(B)11.49º97.92%18.82%-
XYZ1.330.850.12-
YUV20.34117.09147.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 81.36%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=81.36%
G=16.95%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4810100.790.980.8111.4995.929.61
Hex30A104F6251b60a
Octal6012101171421211314012
Binary110000101010100111111000101010001101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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