Html Css Color HEX #300C07 Seal Brown

📋 copy color: '#300C07'

red 48 ◦ green 12 ◦ blue 7

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

Shades of Seal Brown #300C07

Tints of Seal Brown #300C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.91%

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

R = 71.64%
G = 17.91%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#300C07 (or 0x300C07) is known color: Seal Brown. HEX triplet: 30, 0C and 07. RGB value is (48,12,7). Sum of RGB (Red+Green+Blue) = 48+12+7=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #300C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C07 is #CFF3F8. Grayscale: #161616. Windows color (decimal): -13628409 or 461872. OLE color: 461872.

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

Color convert

RGB 48 12 7 -
CMYK 0 0.75 0.85 0.81
HSL 7.32º 0.75% 0.11% -
HSV(B) 7.32º 0.85% 0.19% -
XYZ 1.39 0.91 0.3 -
YUV 22.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 48 12 7 0 0.75 0.85 0.81 7.32 0.75 0.11
Hex 30 C 7 0 4B 55 51 7 4B B
Octal 60 14 7 0 113 125 121 7 113 13
Binary 110000 1100 111 0 1001011 1010101 1010001 111 1001011 1011

Color Harmonies of #300C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C07

Black with #300C07

Text Example


Text Example

White with #300C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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