Html Css Color HEX #300E0E Seal Brown

📋 copy color: '#300E0E'

red 48 ◦ green 14 ◦ blue 14

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

Shades of Seal Brown #300E0E

Tints of Seal Brown #300E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.42%

R = 63.16%
G = 18.42%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#300E0E (or 0x300E0E) is known color: Seal Brown. HEX triplet: 30, 0E and 0E. RGB value is (48,14,14). Sum of RGB (Red+Green+Blue) = 48+14+14=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300E0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E0E is #CFF1F1. Grayscale: #181818. Windows color (decimal): -13627890 or 921136. OLE color: 921136.

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

Color convert

RGB 48 14 14 -
CMYK 0 0.71 0.71 0.81
HSL 0.55% 0.12% -
HSV(B) 0.71% 0.19% -
XYZ 1.46 0.97 0.53 -
YUV 24.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 48 14 14 0 0.71 0.71 0.81 0 0.55 0.12
Hex 30 E E 0 47 47 51 0 37 C
Octal 60 16 16 0 107 107 121 0 67 14
Binary 110000 1110 1110 0 1000111 1000111 1010001 0 110111 1100

Color Harmonies of #300E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E0E

Black with #300E0E

Text Example


Text Example

White with #300E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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