#301D23

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

Shades of Temptress #301D23

Tints of Temptress #301D23

Color information

#301D23 (or 0x301D23) is unknown color: approx Temptress. HEX triplet: 30, 1D and 23. RGB value is (48,29,35). Sum of RGB (Red+Green+Blue) = 48+29+35=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D23 is #CFE2DC. Grayscale: #232323. Windows color (decimal): -13624029 or 2301232. OLE color: 2301232.

HSL color Cylindrical-coordinate representation of color #301D23: hue angle of 341.05º 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 #301D23 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB482935-
CMYK00.400.270.81
HSL341.05º24.68%15.1%-
HSV(B)341.05º39.58%18.82%-
XYZ1.961.631.8-
YUV35.36127.79137.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 29 (11.72% from 255) = 25.89%
BLUE value IS 35 (14.06% from 255) = 31.25%
R=42.86%
G=25.89%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48293500.400.270.81341.0524.6815.1
Hex301D230281B5115519f
Octal603543050331215253117
Binary110000111011000110101000110111010001101010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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