#30100C

Color #30100C Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #30100C

Tints of Seal Brown #30100C

Color information

#30100C (or 0x30100C) is unknown color: approx Seal Brown. HEX triplet: 30, 10 and 0C. RGB value is (48,16,12). Sum of RGB (Red+Green+Blue) = 48+16+12=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #30100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30100C is #CFEFF3. Grayscale: #191919. Windows color (decimal): -13627380 or 790576. OLE color: 790576.

HSL color Cylindrical-coordinate representation of color #30100C: hue angle of 6.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30100C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB481612-
CMYK00.670.750.81
HSL6.67º60%11.76%-
HSV(B)6.67º75%18.82%-
XYZ1.471.030.47-
YUV25.11120.6144.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=63.16%
G=21.05%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48161200.670.750.816.676011.76
Hex3010C0434B5173cc
Octal602014010311312177414
Binary11000010000110001000011100101110100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30100C;
 }
 .AnyTagClassName
 {
   color: #30100C;
 }
</style>
background-color css

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

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

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

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

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

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