Html Css Color HEX #301815 Seal Brown

📋 copy color: '#301815'

red 48 ◦ green 24 ◦ blue 21

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

Shades of Seal Brown #301815

Tints of Seal Brown #301815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.81%

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

R = 51.61%
G = 25.81%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#301815 (or 0x301815) is known color: Seal Brown. HEX triplet: 30, 18 and 15. RGB value is (48,24,21). Sum of RGB (Red+Green+Blue) = 48+24+21=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301815 is #CFE7EA. Grayscale: #1E1E1E. Windows color (decimal): -13625323 or 1382448. OLE color: 1382448.

HSL color Cylindrical-coordinate representation of color #301815: hue angle of 6.67º 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 #301815 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 21 -
CMYK 0 0.5 0.56 0.81
HSL 6.67º 0.39% 0.14% -
HSV(B) 6.67º 0.56% 0.19% -
XYZ 1.68 1.34 0.88 -
YUV 30.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 48 24 21 0 0.5 0.56 0.81 6.67 0.39 0.14
Hex 30 18 15 0 32 38 51 7 27 E
Octal 60 30 25 0 62 70 121 7 47 16
Binary 110000 11000 10101 0 110010 111000 1010001 111 100111 1110

Color Harmonies of #301815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301815

Black with #301815

Text Example


Text Example

White with #301815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301815; }

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

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

background-color css

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

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

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

border-color css

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

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

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