Html Css Color HEX #301310 Seal Brown

📋 copy color: '#301310'

red 48 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #301310

Tints of Seal Brown #301310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.28%

R = 57.83%
G = 22.89%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#301310 (or 0x301310) is known color: Seal Brown. HEX triplet: 30, 13 and 10. RGB value is (48,19,16). Sum of RGB (Red+Green+Blue) = 48+19+16=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301310 is #CFECEF. Grayscale: #1B1B1B. Windows color (decimal): -13626608 or 1053488. OLE color: 1053488.

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

Color convert

RGB 48 19 16 -
CMYK 0 0.60 0.67 0.81
HSL 5.63º 0.5% 0.13% -
HSV(B) 5.63º 0.67% 0.19% -
XYZ 1.55 1.13 0.63 -
YUV 27.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 48 19 16 0 0.60 0.67 0.81 5.63 0.5 0.13
Hex 30 13 10 0 3C 43 51 6 32 D
Octal 60 23 20 0 74 103 121 6 62 15
Binary 110000 10011 10000 0 111100 1000011 1010001 110 110010 1101

Color Harmonies of #301310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301310

Black with #301310

Text Example


Text Example

White with #301310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301310; }

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

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

background-color css

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

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

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

border-color css

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

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

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