Html Css Color HEX #301515 Seal Brown

📋 copy color: '#301515'

red 48 ◦ green 21 ◦ blue 21

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

Shades of Seal Brown #301515

Tints of Seal Brown #301515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.33%

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

R = 53.33%
G = 23.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#301515 (or 0x301515) is known color: Seal Brown. HEX triplet: 30, 15 and 15. RGB value is (48,21,21). Sum of RGB (Red+Green+Blue) = 48+21+21=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301515 is #CFEAEA. Grayscale: #1D1D1D. Windows color (decimal): -13626091 or 1381680. OLE color: 1381680.

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

Color convert

RGB 48 21 21 -
CMYK 0 0.56 0.56 0.81
HSL 0.39% 0.14% -
HSV(B) 0.56% 0.19% -
XYZ 1.62 1.22 0.86 -
YUV 29.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 48 21 21 0 0.56 0.56 0.81 0 0.39 0.14
Hex 30 15 15 0 38 38 51 0 27 E
Octal 60 25 25 0 70 70 121 0 47 16
Binary 110000 10101 10101 0 111000 111000 1010001 0 100111 1110

Color Harmonies of #301515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301515

Black with #301515

Text Example


Text Example

White with #301515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301515; }

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

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

background-color css

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

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

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

border-color css

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

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

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