#30171E

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

Shades of Temptress #30171E

Tints of Temptress #30171E

Color information

#30171E (or 0x30171E) is unknown color: approx Temptress. HEX triplet: 30, 17 and 1E. RGB value is (48,23,30). Sum of RGB (Red+Green+Blue) = 48+23+30=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30171E is #CFE8E1. Grayscale: #1F1F1F. Windows color (decimal): -13625570 or 1972016. OLE color: 1972016.

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

Color convert

RGB482330-
CMYK00.520.370.81
HSL343.2º35.21%13.92%-
HSV(B)343.2º52.08%18.82%-
XYZ1.761.331.39-
YUV31.27127.28139.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 23 (9.38% from 255) = 22.77%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=47.52%
G=22.77%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48233000.520.370.81343.235.2113.92
Hex30171E034255115723e
Octal602736064451215274316
Binary1100001011111110011010010010110100011010101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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