#30121C

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

Shades of Temptress #30121C

Tints of Temptress #30121C

Color information

#30121C (or 0x30121C) is unknown color: approx Temptress. HEX triplet: 30, 12 and 1C. RGB value is (48,18,28). Sum of RGB (Red+Green+Blue) = 48+18+28=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30121C is #CFEDE3. Grayscale: #1C1C1C. Windows color (decimal): -13626852 or 1839664. OLE color: 1839664.

HSL color Cylindrical-coordinate representation of color #30121C: hue angle of 340º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30121C is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB481828-
CMYK00.630.420.81
HSL340º45.45%12.94%-
HSV(B)340º62.5%18.82%-
XYZ1.641.141.23-
YUV28.11127.94142.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=51.06%
G=19.15%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48182800.630.420.8134045.4512.94
Hex30121C03F2A511542dd
Octal602234077521215245515
Binary1100001001011100011111110101010100011010101001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,18,28); }

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

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

 a { background-color: rgb(48,18,28); }

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

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

 span { border-color: rgb(48,18,28); }

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