Html Css Color HEX #301716 Seal Brown

📋 copy color: '#301716'

red 48 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #301716

Tints of Seal Brown #301716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.73%

 BLUE value IS 22 (8.98% from 255) = 23.66%

R = 51.61%
G = 24.73%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#301716 (or 0x301716) is known color: Seal Brown. HEX triplet: 30, 17 and 16. RGB value is (48,23,22). Sum of RGB (Red+Green+Blue) = 48+23+22=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301716 is #CFE8E9. Grayscale: #1E1E1E. Windows color (decimal): -13625578 or 1447728. OLE color: 1447728.

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

Color convert

RGB 48 23 22 -
CMYK 0 0.52 0.54 0.81
HSL 2.31º 0.37% 0.14% -
HSV(B) 2.31º 0.54% 0.19% -
XYZ 1.67 1.3 0.92 -
YUV 30.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 48 23 22 0 0.52 0.54 0.81 2.31 0.37 0.14
Hex 30 17 16 0 34 36 51 2 25 E
Octal 60 27 26 0 64 66 121 2 45 16
Binary 110000 10111 10110 0 110100 110110 1010001 10 100101 1110

Color Harmonies of #301716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301716

Black with #301716

Text Example


Text Example

White with #301716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301716; }

 p { color: rgb(48,23,22); }

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

background-color css

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

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

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

border-color css

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

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

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