#301720

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

Shades of Temptress #301720

Tints of Temptress #301720

Color information

#301720 (or 0x301720) is unknown color: approx Temptress. HEX triplet: 30, 17 and 20. RGB value is (48,23,32). Sum of RGB (Red+Green+Blue) = 48+23+32=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301720 is #CFE8DF. Grayscale: #1F1F1F. Windows color (decimal): -13625568 or 2103088. OLE color: 2103088.

HSL color Cylindrical-coordinate representation of color #301720: hue angle of 338.4º 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 #301720 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB482332-
CMYK00.520.330.81
HSL338.4º35.21%13.92%-
HSV(B)338.4º52.08%18.82%-
XYZ1.791.351.53-
YUV31.5128.28139.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=46.60%
G=22.33%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48233200.520.330.81338.435.2113.92
Hex301720034215115223e
Octal602740064411215224316
Binary11000010111100000011010010000110100011010100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301720; }

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

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

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

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

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

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

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

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