Html Css Color HEX #300902 Seal Brown

📋 copy color: '#300902'

red 48 ◦ green 9 ◦ blue 2

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

Shades of Seal Brown #300902

Tints of Seal Brown #300902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.39%

R = 81.36%
G = 15.25%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#300902 (or 0x300902) is known color: Seal Brown. HEX triplet: 30, 09 and 02. RGB value is (48,9,2). Sum of RGB (Red+Green+Blue) = 48+9+2=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #300902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300902 is #CFF6FD. Grayscale: #131313. Windows color (decimal): -13629182 or 133424. OLE color: 133424.

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

Color convert

RGB 48 9 2 -
CMYK 0 0.81 0.96 0.81
HSL 9.13º 0.92% 0.1% -
HSV(B) 9.13º 0.96% 0.19% -
XYZ 1.33 0.83 0.15 -
YUV 19.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 48 9 2 0 0.81 0.96 0.81 9.13 0.92 0.1
Hex 30 9 2 0 51 60 51 9 5C A
Octal 60 11 2 0 121 140 121 11 134 12
Binary 110000 1001 10 0 1010001 1100000 1010001 1001 1011100 1010

Color Harmonies of #300902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300902

Black with #300902

Text Example


Text Example

White with #300902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300902; }

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

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

background-color css

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

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

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

border-color css

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

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

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