Html Css Color HEX #30110A Seal Brown

📋 copy color: '#30110A'

red 48 ◦ green 17 ◦ blue 10

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

Shades of Seal Brown #30110A

Tints of Seal Brown #30110A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.33%

R = 64%
G = 22.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30110A (or 0x30110A) is known color: Seal Brown. HEX triplet: 30, 11 and 0A. RGB value is (48,17,10). Sum of RGB (Red+Green+Blue) = 48+17+10=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #30110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30110A is #CFEEF5. Grayscale: #191919. Windows color (decimal): -13627126 or 659760. OLE color: 659760.

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

Color convert

RGB 48 17 10 -
CMYK 0 0.65 0.79 0.81
HSL 11.05º 0.66% 0.11% -
HSV(B) 11.05º 0.79% 0.19% -
XYZ 1.47 1.05 0.41 -
YUV 25.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 48 17 10 0 0.65 0.79 0.81 11.05 0.66 0.11
Hex 30 11 A 0 41 4F 51 B 42 B
Octal 60 21 12 0 101 117 121 13 102 13
Binary 110000 10001 1010 0 1000001 1001111 1010001 1011 1000010 1011

Color Harmonies of #30110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30110A

Black with #30110A

Text Example


Text Example

White with #30110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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