Html Css Color HEX #301414 Seal Brown

📋 copy color: '#301414'

red 48 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #301414

Tints of Seal Brown #301414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.73%

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 54.55%
G = 22.73%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#301414 (or 0x301414) is known color: Seal Brown. HEX triplet: 30, 14 and 14. RGB value is (48,20,20). Sum of RGB (Red+Green+Blue) = 48+20+20=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301414 is #CFEBEB. Grayscale: #1C1C1C. Windows color (decimal): -13626348 or 1315888. OLE color: 1315888.

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

Color convert

RGB 48 20 20 -
CMYK 0 0.58 0.58 0.81
HSL 0.41% 0.13% -
HSV(B) 0.58% 0.19% -
XYZ 1.6 1.18 0.81 -
YUV 28.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 48 20 20 0 0.58 0.58 0.81 0 0.41 0.13
Hex 30 14 14 0 3A 3A 51 0 29 D
Octal 60 24 24 0 72 72 121 0 51 15
Binary 110000 10100 10100 0 111010 111010 1010001 0 101001 1101

Color Harmonies of #301414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301414

Black with #301414

Text Example


Text Example

White with #301414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301414; }

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

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

background-color css

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

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

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

border-color css

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

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

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