Html Css Color HEX #300401 Seal Brown

📋 copy color: '#300401'

red 48 ◦ green 4 ◦ blue 1

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

Shades of Seal Brown #300401

Tints of Seal Brown #300401

RGB

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

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

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

R = 90.57%
G = 7.55%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#300401 (or 0x300401) is known color: Seal Brown. HEX triplet: 30, 04 and 01. RGB value is (48,4,1). Sum of RGB (Red+Green+Blue) = 48+4+1=53 (7% of max value = 765). Red value is 48 (19.14% from 255 or 90.57% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 48 - color contains mainly: red. Hex color #300401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300401 is #CFFBFE. Grayscale: #101010. Windows color (decimal): -13630463 or 66608. OLE color: 66608.

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

Color convert

RGB 48 4 1 -
CMYK 0 0.92 0.98 0.81
HSL 3.83º 0.96% 0.1% -
HSV(B) 3.83º 0.98% 0.19% -
XYZ 1.27 0.72 0.1 -
YUV 16.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 48 4 1 0 0.92 0.98 0.81 3.83 0.96 0.1
Hex 30 4 1 0 5C 62 51 4 60 A
Octal 60 4 1 0 134 142 121 4 140 12
Binary 110000 100 1 0 1011100 1100010 1010001 100 1100000 1010

Color Harmonies of #300401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300401

Black with #300401

Text Example


Text Example

White with #300401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300401; }

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

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

background-color css

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

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

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

border-color css

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

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

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