#30131E

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

Shades of Temptress #30131E

Tints of Temptress #30131E

Color information

#30131E (or 0x30131E) is unknown color: approx Temptress. HEX triplet: 30, 13 and 1E. RGB value is (48,19,30). Sum of RGB (Red+Green+Blue) = 48+19+30=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30131E is #CFECE1. Grayscale: #1C1C1C. Windows color (decimal): -13626594 or 1970992. OLE color: 1970992.

HSL color Cylindrical-coordinate representation of color #30131E: hue angle of 337.24º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30131E is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB481930-
CMYK00.600.370.81
HSL337.24º43.28%13.14%-
HSV(B)337.24º60.42%18.82%-
XYZ1.691.191.37-
YUV28.92128.61141.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=49.48%
G=19.59%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48193000.600.370.81337.2443.2813.14
Hex30131E03C25511512bd
Octal602336074451215215315
Binary1100001001111110011110010010110100011010100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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