Html Css Color HEX #30110F Seal Brown

📋 copy color: '#30110F'

red 48 ◦ green 17 ◦ blue 15

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

Shades of Seal Brown #30110F

Tints of Seal Brown #30110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.75%

R = 60%
G = 21.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30110F (or 0x30110F) is known color: Seal Brown. HEX triplet: 30, 11 and 0F. RGB value is (48,17,15). Sum of RGB (Red+Green+Blue) = 48+17+15=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30110F is #CFEEF0. Grayscale: #1A1A1A. Windows color (decimal): -13627121 or 987440. OLE color: 987440.

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

Color convert

RGB 48 17 15 -
CMYK 0 0.65 0.69 0.81
HSL 3.64º 0.52% 0.12% -
HSV(B) 3.64º 0.69% 0.19% -
XYZ 1.51 1.06 0.58 -
YUV 26.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 48 17 15 0 0.65 0.69 0.81 3.64 0.52 0.12
Hex 30 11 F 0 41 45 51 4 34 C
Octal 60 21 17 0 101 105 121 4 64 14
Binary 110000 10001 1111 0 1000001 1000101 1010001 100 110100 1100

Color Harmonies of #30110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30110F

Black with #30110F

Text Example


Text Example

White with #30110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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