Html Css Color HEX #30110D Seal Brown

📋 copy color: '#30110D'

red 48 ◦ green 17 ◦ blue 13

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

Shades of Seal Brown #30110D

Tints of Seal Brown #30110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.67%

R = 61.54%
G = 21.79%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30110D (or 0x30110D) is known color: Seal Brown. HEX triplet: 30, 11 and 0D. RGB value is (48,17,13). Sum of RGB (Red+Green+Blue) = 48+17+13=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #30110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30110D is #CFEEF2. Grayscale: #191919. Windows color (decimal): -13627123 or 856368. OLE color: 856368.

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

Color convert

RGB 48 17 13 -
CMYK 0 0.65 0.73 0.81
HSL 6.86º 0.57% 0.12% -
HSV(B) 6.86º 0.73% 0.19% -
XYZ 1.49 1.06 0.51 -
YUV 25.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 48 17 13 0 0.65 0.73 0.81 6.86 0.57 0.12
Hex 30 11 D 0 41 49 51 7 39 C
Octal 60 21 15 0 101 111 121 7 71 14
Binary 110000 10001 1101 0 1000001 1001001 1010001 111 111001 1100

Color Harmonies of #30110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30110D

Black with #30110D

Text Example


Text Example

White with #30110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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