Html Css Color HEX #301615 Seal Brown

📋 copy color: '#301615'

red 48 ◦ green 22 ◦ blue 21

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

Shades of Seal Brown #301615

Tints of Seal Brown #301615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.18%

 BLUE value IS 21 (8.59% from 255) = 23.08%

R = 52.75%
G = 24.18%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#301615 (or 0x301615) is known color: Seal Brown. HEX triplet: 30, 16 and 15. RGB value is (48,22,21). Sum of RGB (Red+Green+Blue) = 48+22+21=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301615 is #CFE9EA. Grayscale: #1D1D1D. Windows color (decimal): -13625835 or 1381936. OLE color: 1381936.

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

Color convert

RGB 48 22 21 -
CMYK 0 0.54 0.56 0.81
HSL 2.22º 0.39% 0.14% -
HSV(B) 2.22º 0.56% 0.19% -
XYZ 1.64 1.26 0.87 -
YUV 29.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 48 22 21 0 0.54 0.56 0.81 2.22 0.39 0.14
Hex 30 16 15 0 36 38 51 2 27 E
Octal 60 26 25 0 66 70 121 2 47 16
Binary 110000 10110 10101 0 110110 111000 1010001 10 100111 1110

Color Harmonies of #301615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301615

Black with #301615

Text Example


Text Example

White with #301615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301615; }

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

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

background-color css

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

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

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

border-color css

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

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

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