Html Css Color HEX #301000 Seal Brown

📋 copy color: '#301000'

red 48 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #301000

Tints of Seal Brown #301000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#301000 (or 0x301000) is known color: Seal Brown. HEX triplet: 30, 10 and 00. RGB value is (48,16,0). Sum of RGB (Red+Green+Blue) = 48+16+0=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #301000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301000 is #CFEFFF. Grayscale: #171717. Windows color (decimal): -13627392 or 4144. OLE color: 4144.

HSL color Cylindrical-coordinate representation of color #301000: hue angle of 20º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #301000 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 16 0 -
CMYK 0 0.67 1 0.81
HSL 20º 1% 0.09% -
HSV(B) 20º 1% 0.19% -
XYZ 1.4 1 0.12 -
YUV 23.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 48 16 0 0 0.67 1 0.81 20 1 0.09
Hex 30 10 0 0 43 64 51 14 64 9
Octal 60 20 0 0 103 144 121 24 144 11
Binary 110000 10000 0 0 1000011 1100100 1010001 10100 1100100 1001

Color Harmonies of #301000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301000

Black with #301000

Text Example


Text Example

White with #301000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301000; }

 p { color: rgb(48,16,0); }

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

background-color css

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

 a { background-color: rgb(48,16,0); }

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

border-color css

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

 span { border-color: rgb(48,16,0); }

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