Html Css Color HEX #300200 Seal Brown

📋 copy color: '#300200'

red 48 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #300200

Tints of Seal Brown #300200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4%

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

R = 96%
G = 4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#300200 (or 0x300200) is known color: Seal Brown. HEX triplet: 30, 02 and 00. RGB value is (48,2,0). Sum of RGB (Red+Green+Blue) = 48+2+0=50 (6% of max value = 765). Red value is 48 (19.14% from 255 or 96% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 48 - color contains mainly: red. Hex color #300200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300200 is #CFFDFF. Grayscale: #0F0F0F. Windows color (decimal): -13630976 or 560. OLE color: 560.

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

Color convert

RGB 48 2 0 -
CMYK 0 0.96 1 0.81
HSL 2.5º 1% 0.09% -
HSV(B) 2.5º 1% 0.19% -
XYZ 1.24 0.67 0.06 -
YUV 15.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 48 2 0 0 0.96 1 0.81 2.5 1 0.09
Hex 30 2 0 0 60 64 51 2 64 9
Octal 60 2 0 0 140 144 121 2 144 11
Binary 110000 10 0 0 1100000 1100100 1010001 10 1100100 1001

Color Harmonies of #300200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300200

Black with #300200

Text Example


Text Example

White with #300200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300200; }

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

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

background-color css

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

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

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

border-color css

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

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

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