Html Css Color HEX #301312 Seal Brown

📋 copy color: '#301312'

red 48 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #301312

Tints of Seal Brown #301312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.18%

R = 56.47%
G = 22.35%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#301312 (or 0x301312) is known color: Seal Brown. HEX triplet: 30, 13 and 12. RGB value is (48,19,18). Sum of RGB (Red+Green+Blue) = 48+19+18=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301312 is #CFECED. Grayscale: #1B1B1B. Windows color (decimal): -13626606 or 1184560. OLE color: 1184560.

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

Color convert

RGB 48 19 18 -
CMYK 0 0.60 0.63 0.81
HSL 0.45% 0.13% -
HSV(B) 0.63% 0.19% -
XYZ 1.56 1.14 0.71 -
YUV 27.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 48 19 18 0 0.60 0.63 0.81 2 0.45 0.13
Hex 30 13 12 0 3C 3F 51 2 2D D
Octal 60 23 22 0 74 77 121 2 55 15
Binary 110000 10011 10010 0 111100 111111 1010001 10 101101 1101

Color Harmonies of #301312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301312

Black with #301312

Text Example


Text Example

White with #301312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301312; }

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

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

background-color css

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

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

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

border-color css

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

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

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