Html Css Color HEX #300A0A Seal Brown

📋 copy color: '#300A0A'

red 48 ◦ green 10 ◦ blue 10

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

Shades of Seal Brown #300A0A

Tints of Seal Brown #300A0A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.71%

 BLUE value IS 10 (4.3% from 255) = 14.71%

R = 70.59%
G = 14.71%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#300A0A (or 0x300A0A) is known color: Seal Brown. HEX triplet: 30, 0A and 0A. RGB value is (48,10,10). Sum of RGB (Red+Green+Blue) = 48+10+10=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #300A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A0A is #CFF5F5. Grayscale: #151515. Windows color (decimal): -13628918 or 657968. OLE color: 657968.

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

Color convert

RGB 48 10 10 -
CMYK 0 0.79 0.79 0.81
HSL 0.66% 0.11% -
HSV(B) 0.79% 0.19% -
XYZ 1.38 0.87 0.38 -
YUV 21.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 48 10 10 0 0.79 0.79 0.81 0 0.66 0.11
Hex 30 A A 0 4F 4F 51 0 42 B
Octal 60 12 12 0 117 117 121 0 102 13
Binary 110000 1010 1010 0 1001111 1001111 1010001 0 1000010 1011

Color Harmonies of #300A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A0A

Black with #300A0A

Text Example


Text Example

White with #300A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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