Html Css Color HEX #300E07 Seal Brown

📋 copy color: '#300E07'

red 48 ◦ green 14 ◦ blue 7

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

Shades of Seal Brown #300E07

Tints of Seal Brown #300E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 10.14%

R = 69.57%
G = 20.29%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#300E07 (or 0x300E07) is known color: Seal Brown. HEX triplet: 30, 0E and 07. RGB value is (48,14,7). Sum of RGB (Red+Green+Blue) = 48+14+7=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #300E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E07 is #CFF1F8. Grayscale: #171717. Windows color (decimal): -13627897 or 462384. OLE color: 462384.

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

Color convert

RGB 48 14 7 -
CMYK 0 0.71 0.85 0.81
HSL 10.24º 0.75% 0.11% -
HSV(B) 10.24º 0.85% 0.19% -
XYZ 1.41 0.96 0.31 -
YUV 23.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 48 14 7 0 0.71 0.85 0.81 10.24 0.75 0.11
Hex 30 E 7 0 47 55 51 A 4B B
Octal 60 16 7 0 107 125 121 12 113 13
Binary 110000 1110 111 0 1000111 1010101 1010001 1010 1001011 1011

Color Harmonies of #300E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E07

Black with #300E07

Text Example


Text Example

White with #300E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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