#30191E

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

Shades of Temptress #30191E

Tints of Temptress #30191E

Color information

#30191E (or 0x30191E) is unknown color: approx Temptress. HEX triplet: 30, 19 and 1E. RGB value is (48,25,30). Sum of RGB (Red+Green+Blue) = 48+25+30=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #30191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30191E is #CFE6E1. Grayscale: #202020. Windows color (decimal): -13625058 or 1972528. OLE color: 1972528.

HSL color Cylindrical-coordinate representation of color #30191E: hue angle of 346.96º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30191E is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB482530-
CMYK00.480.370.81
HSL346.96º31.51%14.31%-
HSV(B)346.96º47.92%18.82%-
XYZ1.81.421.41-
YUV32.45126.62139.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=46.60%
G=24.27%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48253000.480.370.81346.9631.5114.31
Hex30191E030255115b20e
Octal603136060451215334016
Binary1100001100111110011000010010110100011010110111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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