Html Css Color HEX #300501 Seal Brown

📋 copy color: '#300501'

red 48 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #300501

Tints of Seal Brown #300501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.85%

R = 88.89%
G = 9.26%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#300501 (or 0x300501) is known color: Seal Brown. HEX triplet: 30, 05 and 01. RGB value is (48,5,1). Sum of RGB (Red+Green+Blue) = 48+5+1=54 (7% of max value = 765). Red value is 48 (19.14% from 255 or 88.89% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 48 - color contains mainly: red. Hex color #300501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300501 is #CFFAFE. Grayscale: #111111. Windows color (decimal): -13630207 or 66864. OLE color: 66864.

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

Color convert

RGB 48 5 1 -
CMYK 0 0.90 0.98 0.81
HSL 5.11º 0.96% 0.1% -
HSV(B) 5.11º 0.98% 0.19% -
XYZ 1.28 0.74 0.1 -
YUV 17.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 48 5 1 0 0.90 0.98 0.81 5.11 0.96 0.1
Hex 30 5 1 0 5A 62 51 5 60 A
Octal 60 5 1 0 132 142 121 5 140 12
Binary 110000 101 1 0 1011010 1100010 1010001 101 1100000 1010

Color Harmonies of #300501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300501

Black with #300501

Text Example


Text Example

White with #300501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300501; }

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

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

background-color css

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

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

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

border-color css

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

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

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