#30151D

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

Shades of Temptress #30151D

Tints of Temptress #30151D

Color information

#30151D (or 0x30151D) is unknown color: approx Temptress. HEX triplet: 30, 15 and 1D. RGB value is (48,21,29). Sum of RGB (Red+Green+Blue) = 48+21+29=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30151D is #CFEAE2. Grayscale: #1D1D1D. Windows color (decimal): -13626083 or 1905968. OLE color: 1905968.

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

Color convert

RGB482129-
CMYK00.560.400.81
HSL342.22º39.13%13.53%-
HSV(B)342.22º56.25%18.82%-
XYZ1.711.251.31-
YUV29.99127.45140.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=48.98%
G=21.43%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48212900.560.400.81342.2239.1313.53
Hex30151D038285115627e
Octal602535070501215264716
Binary1100001010111101011100010100010100011010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30151D; }

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

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

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

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

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

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

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

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