#301D24

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

Shades of Temptress #301D24

Tints of Temptress #301D24

Color information

#301D24 (or 0x301D24) is unknown color: approx Temptress. HEX triplet: 30, 1D and 24. RGB value is (48,29,36). Sum of RGB (Red+Green+Blue) = 48+29+36=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #301D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D24 is #CFE2DB. Grayscale: #232323. Windows color (decimal): -13624028 or 2366768. OLE color: 2366768.

HSL color Cylindrical-coordinate representation of color #301D24: hue angle of 337.89º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #301D24 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB482936-
CMYK00.400.250.81
HSL337.89º24.68%15.1%-
HSV(B)337.89º39.58%18.82%-
XYZ1.981.631.88-
YUV35.48128.29136.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 29 (11.72% from 255) = 25.66%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=42.48%
G=25.66%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48293600.400.250.81337.8924.6815.1
Hex301D24028195115219f
Octal603544050311215223117
Binary110000111011001000101000110011010001101010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301D24; }

 p { color: rgb(48,29,36); }

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

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

 a { background-color: rgb(48,29,36); }

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

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

 span { border-color: rgb(48,29,36); }

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