Html Css Color HEX #300E03 Seal Brown

📋 copy color: '#300E03'

red 48 ◦ green 14 ◦ blue 3

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

Shades of Seal Brown #300E03

Tints of Seal Brown #300E03

RGB

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

 GREEN value IS 14 (5.86% from 255) = 21.54%

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

R = 73.85%
G = 21.54%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#300E03 (or 0x300E03) is known color: Seal Brown. HEX triplet: 30, 0E and 03. RGB value is (48,14,3). Sum of RGB (Red+Green+Blue) = 48+14+3=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 3 (1.56% from 255 or 4.62% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #300E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E03 is #CFF1FC. Grayscale: #161616. Windows color (decimal): -13627901 or 200240. OLE color: 200240.

HSL color Cylindrical-coordinate representation of color #300E03: hue angle of 14.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 #300E03 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 14 3 -
CMYK 0 0.71 0.94 0.81
HSL 14.67º 0.88% 0.1% -
HSV(B) 14.67º 0.94% 0.19% -
XYZ 1.39 0.95 0.2 -
YUV 22.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 48 14 3 0 0.71 0.94 0.81 14.67 0.88 0.1
Hex 30 E 3 0 47 5E 51 F 58 A
Octal 60 16 3 0 107 136 121 17 130 12
Binary 110000 1110 11 0 1000111 1011110 1010001 1111 1011000 1010

Color Harmonies of #300E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E03

Black with #300E03

Text Example


Text Example

White with #300E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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