Html Css Color HEX #30110B Seal Brown

📋 copy color: '#30110B'

red 48 ◦ green 17 ◦ blue 11

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

Shades of Seal Brown #30110B

Tints of Seal Brown #30110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 14.47%

R = 63.16%
G = 22.37%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#30110B (or 0x30110B) is known color: Seal Brown. HEX triplet: 30, 11 and 0B. RGB value is (48,17,11). Sum of RGB (Red+Green+Blue) = 48+17+11=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #30110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30110B is #CFEEF4. Grayscale: #191919. Windows color (decimal): -13627125 or 725296. OLE color: 725296.

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

Color convert

RGB 48 17 11 -
CMYK 0 0.65 0.77 0.81
HSL 9.73º 0.63% 0.12% -
HSV(B) 9.73º 0.77% 0.19% -
XYZ 1.48 1.05 0.44 -
YUV 25.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 48 17 11 0 0.65 0.77 0.81 9.73 0.63 0.12
Hex 30 11 B 0 41 4D 51 A 3F C
Octal 60 21 13 0 101 115 121 12 77 14
Binary 110000 10001 1011 0 1000001 1001101 1010001 1010 111111 1100

Color Harmonies of #30110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30110B

Black with #30110B

Text Example


Text Example

White with #30110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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