Html Css Color HEX #30100D Seal Brown

📋 copy color: '#30100D'

red 48 ◦ green 16 ◦ blue 13

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

Shades of Seal Brown #30100D

Tints of Seal Brown #30100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.78%

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

R = 62.34%
G = 20.78%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30100D (or 0x30100D) is known color: Seal Brown. HEX triplet: 30, 10 and 0D. RGB value is (48,16,13). Sum of RGB (Red+Green+Blue) = 48+16+13=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #30100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30100D is #CFEFF2. Grayscale: #191919. Windows color (decimal): -13627379 or 856112. OLE color: 856112.

HSL color Cylindrical-coordinate representation of color #30100D: hue angle of 5.14º 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 #30100D is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 16 13 -
CMYK 0 0.67 0.73 0.81
HSL 5.14º 0.57% 0.12% -
HSV(B) 5.14º 0.73% 0.19% -
XYZ 1.48 1.03 0.5 -
YUV 25.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 48 16 13 0 0.67 0.73 0.81 5.14 0.57 0.12
Hex 30 10 D 0 43 49 51 5 39 C
Octal 60 20 15 0 103 111 121 5 71 14
Binary 110000 10000 1101 0 1000011 1001001 1010001 101 111001 1100

Color Harmonies of #30100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30100D

Black with #30100D

Text Example


Text Example

White with #30100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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