Html Css Color HEX #300F0F Seal Brown

📋 copy color: '#300F0F'

red 48 ◦ green 15 ◦ blue 15

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

Shades of Seal Brown #300F0F

Tints of Seal Brown #300F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 19.23%

R = 61.54%
G = 19.23%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#300F0F (or 0x300F0F) is known color: Seal Brown. HEX triplet: 30, 0F and 0F. RGB value is (48,15,15). Sum of RGB (Red+Green+Blue) = 48+15+15=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #300F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F0F is #CFF0F0. Grayscale: #181818. Windows color (decimal): -13627633 or 986928. OLE color: 986928.

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

Color convert

RGB 48 15 15 -
CMYK 0 0.69 0.69 0.81
HSL 0.52% 0.12% -
HSV(B) 0.69% 0.19% -
XYZ 1.48 1 0.57 -
YUV 24.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 48 15 15 0 0.69 0.69 0.81 0 0.52 0.12
Hex 30 F F 0 45 45 51 0 34 C
Octal 60 17 17 0 105 105 121 0 64 14
Binary 110000 1111 1111 0 1000101 1000101 1010001 0 110100 1100

Color Harmonies of #300F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F0F

Black with #300F0F

Text Example


Text Example

White with #300F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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