Html Css Color HEX #300900 Seal Brown

📋 copy color: '#300900'

red 48 ◦ green 9 ◦ blue 0

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

Shades of Seal Brown #300900

Tints of Seal Brown #300900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 15.79%

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

R = 84.21%
G = 15.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#300900 (or 0x300900) is known color: Seal Brown. HEX triplet: 30, 09 and 00. RGB value is (48,9,0). Sum of RGB (Red+Green+Blue) = 48+9+0=57 (7% of max value = 765). Red value is 48 (19.14% from 255 or 84.21% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 48 - color contains mainly: red. Hex color #300900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300900 is #CFF6FF. Grayscale: #131313. Windows color (decimal): -13629184 or 2352. OLE color: 2352.

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

Color convert

RGB 48 9 0 -
CMYK 0 0.81 1 0.81
HSL 11.25º 1% 0.09% -
HSV(B) 11.25º 1% 0.19% -
XYZ 1.32 0.82 0.09 -
YUV 19.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 48 9 0 0 0.81 1 0.81 11.25 1 0.09
Hex 30 9 0 0 51 64 51 B 64 9
Octal 60 11 0 0 121 144 121 13 144 11
Binary 110000 1001 0 0 1010001 1100100 1010001 1011 1100100 1001

Color Harmonies of #300900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300900

Black with #300900

Text Example


Text Example

White with #300900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300900; }

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

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

background-color css

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

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

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

border-color css

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

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

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