Html Css Color HEX #301111 Seal Brown

📋 copy color: '#301111'

red 48 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #301111

Tints of Seal Brown #301111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.73%

 BLUE value IS 17 (7.03% from 255) = 20.73%

R = 58.54%
G = 20.73%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#301111 (or 0x301111) is known color: Seal Brown. HEX triplet: 30, 11 and 11. RGB value is (48,17,17). Sum of RGB (Red+Green+Blue) = 48+17+17=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #301111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301111 is #CFEEEE. Grayscale: #1A1A1A. Windows color (decimal): -13627119 or 1118512. OLE color: 1118512.

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

Color convert

RGB 48 17 17 -
CMYK 0 0.65 0.65 0.81
HSL 0.48% 0.13% -
HSV(B) 0.65% 0.19% -
XYZ 1.52 1.07 0.66 -
YUV 26.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 48 17 17 0 0.65 0.65 0.81 0 0.48 0.13
Hex 30 11 11 0 41 41 51 0 30 D
Octal 60 21 21 0 101 101 121 0 60 15
Binary 110000 10001 10001 0 1000001 1000001 1010001 0 110000 1101

Color Harmonies of #301111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301111

Black with #301111

Text Example


Text Example

White with #301111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301111; }

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

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

background-color css

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

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

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

border-color css

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

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

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