Html Css Color HEX #300500 Seal Brown

📋 copy color: '#300500'

red 48 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #300500

Tints of Seal Brown #300500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.43%

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

R = 90.57%
G = 9.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#300500 (or 0x300500) is known color: Seal Brown. HEX triplet: 30, 05 and 00. RGB value is (48,5,0). Sum of RGB (Red+Green+Blue) = 48+5+0=53 (7% of max value = 765). Red value is 48 (19.14% from 255 or 90.57% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 48 - color contains mainly: red. Hex color #300500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300500 is #CFFAFF. Grayscale: #111111. Windows color (decimal): -13630208 or 1328. OLE color: 1328.

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

Color convert

RGB 48 5 0 -
CMYK 0 0.90 1 0.81
HSL 6.25º 1% 0.09% -
HSV(B) 6.25º 1% 0.19% -
XYZ 1.27 0.74 0.08 -
YUV 17.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 48 5 0 0 0.90 1 0.81 6.25 1 0.09
Hex 30 5 0 0 5A 64 51 6 64 9
Octal 60 5 0 0 132 144 121 6 144 11
Binary 110000 101 0 0 1011010 1100100 1010001 110 1100100 1001

Color Harmonies of #300500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300500

Black with #300500

Text Example


Text Example

White with #300500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300500; }

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

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

background-color css

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

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

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

border-color css

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

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

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