Html Css Color HEX #300B03 Seal Brown

📋 copy color: '#300B03'

red 48 ◦ green 11 ◦ blue 3

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

Shades of Seal Brown #300B03

Tints of Seal Brown #300B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 17.74%

 BLUE value IS 3 (1.56% from 255) = 4.84%

R = 77.42%
G = 17.74%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#300B03 (or 0x300B03) is known color: Seal Brown. HEX triplet: 30, 0B and 03. RGB value is (48,11,3). Sum of RGB (Red+Green+Blue) = 48+11+3=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 3 (1.56% from 255 or 4.84% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #300B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B03 is #CFF4FC. Grayscale: #151515. Windows color (decimal): -13628669 or 199472. OLE color: 199472.

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

Color convert

RGB 48 11 3 -
CMYK 0 0.77 0.94 0.81
HSL 10.67º 0.88% 0.1% -
HSV(B) 10.67º 0.94% 0.19% -
XYZ 1.36 0.87 0.18 -
YUV 21.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 48 11 3 0 0.77 0.94 0.81 10.67 0.88 0.1
Hex 30 B 3 0 4D 5E 51 B 58 A
Octal 60 13 3 0 115 136 121 13 130 12
Binary 110000 1011 11 0 1001101 1011110 1010001 1011 1011000 1010

Color Harmonies of #300B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B03

Black with #300B03

Text Example


Text Example

White with #300B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300B03; }

 p { color: rgb(48,11,3); }

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

background-color css

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

 a { background-color: rgb(48,11,3); }

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

border-color css

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

 span { border-color: rgb(48,11,3); }

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