#301520

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

Shades of Temptress #301520

Tints of Temptress #301520

Color information

#301520 (or 0x301520) is unknown color: approx Temptress. HEX triplet: 30, 15 and 20. RGB value is (48,21,32). Sum of RGB (Red+Green+Blue) = 48+21+32=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301520 is #CFEADF. Grayscale: #1E1E1E. Windows color (decimal): -13626080 or 2102576. OLE color: 2102576.

HSL color Cylindrical-coordinate representation of color #301520: hue angle of 335.56º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301520 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB482132-
CMYK00.560.330.81
HSL335.56º39.13%13.53%-
HSV(B)335.56º56.25%18.82%-
XYZ1.751.271.52-
YUV30.33128.95140.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=47.52%
G=20.79%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48213200.560.330.81335.5639.1313.53
Hex301520038215115027e
Octal602540070411215204716
Binary11000010101100000011100010000110100011010100001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301520; }

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

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

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

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

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

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

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

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