Html Css Color HEX #301313 Seal Brown

📋 copy color: '#301313'

red 48 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #301313

Tints of Seal Brown #301313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

 BLUE value IS 19 (7.81% from 255) = 22.09%

R = 55.81%
G = 22.09%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301313 (or 0x301313) is known color: Seal Brown. HEX triplet: 30, 13 and 13. RGB value is (48,19,19). Sum of RGB (Red+Green+Blue) = 48+19+19=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301313 is #CFECEC. Grayscale: #1B1B1B. Windows color (decimal): -13626605 or 1250096. OLE color: 1250096.

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

Color convert

RGB 48 19 19 -
CMYK 0 0.60 0.60 0.81
HSL 0.43% 0.13% -
HSV(B) 0.6% 0.19% -
XYZ 1.57 1.14 0.75 -
YUV 27.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 48 19 19 0 0.60 0.60 0.81 0 0.43 0.13
Hex 30 13 13 0 3C 3C 51 0 2B D
Octal 60 23 23 0 74 74 121 0 53 15
Binary 110000 10011 10011 0 111100 111100 1010001 0 101011 1101

Color Harmonies of #301313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301313

Black with #301313

Text Example


Text Example

White with #301313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301313; }

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

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

background-color css

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

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

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

border-color css

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

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

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