Html Css Color HEX #300403 Seal Brown

📋 copy color: '#300403'

red 48 ◦ green 4 ◦ blue 3

#300403
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #300403

Tints of Seal Brown #300403

RGB

 RED value IS 48 (19.14% from 255) = 87.27%

 GREEN value IS 4 (1.95% from 255) = 7.27%

 BLUE value IS 3 (1.56% from 255) = 5.45%

R = 87.27%
G = 7.27%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#300403 (or 0x300403) is known color: Seal Brown. HEX triplet: 30, 04 and 03. RGB value is (48,4,3). Sum of RGB (Red+Green+Blue) = 48+4+3=55 (7% of max value = 765). Red value is 48 (19.14% from 255 or 87.27% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 48 - color contains mainly: red. Hex color #300403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300403 is #CFFBFC. Grayscale: #111111. Windows color (decimal): -13630461 or 197680. OLE color: 197680.

HSL color Cylindrical-coordinate representation of color #300403: hue angle of 1.33º 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 #300403 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 4 3 -
CMYK 0 0.92 0.94 0.81
HSL 1.33º 0.88% 0.1% -
HSV(B) 1.33º 0.94% 0.19% -
XYZ 1.28 0.72 0.16 -
YUV 17.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 48 4 3 0 0.92 0.94 0.81 1.33 0.88 0.1
Hex 30 4 3 0 5C 5E 51 1 58 A
Octal 60 4 3 0 134 136 121 1 130 12
Binary 110000 100 11 0 1011100 1011110 1010001 1 1011000 1010

Color Harmonies of #300403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300403

Black with #300403

Text Example


Text Example

White with #300403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300403; }

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

 H1.HeaderClassName
 {
   color: #300403;
 }
 .AnyTagClassName
 {
   color: #300403;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #300403;
 }
 .BgClassName
 {
   background-color: #300403;
 }
</style>

border-color css

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

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

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