Html Css Color HEX #300503 Seal Brown

📋 copy color: '#300503'

red 48 ◦ green 5 ◦ blue 3

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

Shades of Seal Brown #300503

Tints of Seal Brown #300503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.93%

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

R = 85.71%
G = 8.93%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#300503 (or 0x300503) is known color: Seal Brown. HEX triplet: 30, 05 and 03. RGB value is (48,5,3). Sum of RGB (Red+Green+Blue) = 48+5+3=56 (7% of max value = 765). Red value is 48 (19.14% from 255 or 85.71% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 48 - color contains mainly: red. Hex color #300503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300503 is #CFFAFC. Grayscale: #111111. Windows color (decimal): -13630205 or 197936. OLE color: 197936.

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

Color convert

RGB 48 5 3 -
CMYK 0 0.90 0.94 0.81
HSL 2.67º 0.88% 0.1% -
HSV(B) 2.67º 0.94% 0.19% -
XYZ 1.29 0.74 0.16 -
YUV 17.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 48 5 3 0 0.90 0.94 0.81 2.67 0.88 0.1
Hex 30 5 3 0 5A 5E 51 3 58 A
Octal 60 5 3 0 132 136 121 3 130 12
Binary 110000 101 11 0 1011010 1011110 1010001 11 1011000 1010

Color Harmonies of #300503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300503

Black with #300503

Text Example


Text Example

White with #300503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300503; }

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

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

background-color css

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

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

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

border-color css

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

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

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