#30121E

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

Shades of Temptress #30121E

Tints of Temptress #30121E

Color information

#30121E (or 0x30121E) is unknown color: approx Temptress. HEX triplet: 30, 12 and 1E. RGB value is (48,18,30). Sum of RGB (Red+Green+Blue) = 48+18+30=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30121E is #CFEDE1. Grayscale: #1C1C1C. Windows color (decimal): -13626850 or 1970736. OLE color: 1970736.

HSL color Cylindrical-coordinate representation of color #30121E: hue angle of 336º 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 #30121E is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB481830-
CMYK00.630.370.81
HSL336º45.45%12.94%-
HSV(B)336º62.5%18.82%-
XYZ1.671.151.36-
YUV28.34128.94142.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=50%
G=18.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48183000.630.370.8133645.4512.94
Hex30121E03F25511502dd
Octal602236077451215205515
Binary1100001001011110011111110010110100011010100001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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