#30121D

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

Shades of Temptress #30121D

Tints of Temptress #30121D

Color information

#30121D (or 0x30121D) is unknown color: approx Temptress. HEX triplet: 30, 12 and 1D. RGB value is (48,18,29). Sum of RGB (Red+Green+Blue) = 48+18+29=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30121D is #CFEDE2. Grayscale: #1C1C1C. Windows color (decimal): -13626851 or 1905200. OLE color: 1905200.

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

Color convert

RGB481829-
CMYK00.630.400.81
HSL338º45.45%12.94%-
HSV(B)338º62.5%18.82%-
XYZ1.661.151.3-
YUV28.22128.44142.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=50.53%
G=18.95%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48182900.630.400.8133845.4512.94
Hex30121D03F28511522dd
Octal602235077501215225515
Binary1100001001011101011111110100010100011010100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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