Html Css Color HEX #300F07 Seal Brown

📋 copy color: '#300F07'

red 48 ◦ green 15 ◦ blue 7

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

Shades of Seal Brown #300F07

Tints of Seal Brown #300F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 21.43%

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

R = 68.57%
G = 21.43%
B = 10%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#300F07 (or 0x300F07) is known color: Seal Brown. HEX triplet: 30, 0F and 07. RGB value is (48,15,7). Sum of RGB (Red+Green+Blue) = 48+15+7=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F07 is #CFF0F8. Grayscale: #181818. Windows color (decimal): -13627641 or 462640. OLE color: 462640.

HSL color Cylindrical-coordinate representation of color #300F07: hue angle of 11.71º 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 #300F07 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 15 7 -
CMYK 0 0.69 0.85 0.81
HSL 11.71º 0.75% 0.11% -
HSV(B) 11.71º 0.85% 0.19% -
XYZ 1.43 0.99 0.32 -
YUV 23.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 48 15 7 0 0.69 0.85 0.81 11.71 0.75 0.11
Hex 30 F 7 0 45 55 51 C 4B B
Octal 60 17 7 0 105 125 121 14 113 13
Binary 110000 1111 111 0 1000101 1010101 1010001 1100 1001011 1011

Color Harmonies of #300F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F07

Black with #300F07

Text Example


Text Example

White with #300F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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