#30141D

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

Shades of Temptress #30141D

Tints of Temptress #30141D

Color information

#30141D (or 0x30141D) is unknown color: approx Temptress. HEX triplet: 30, 14 and 1D. RGB value is (48,20,29). Sum of RGB (Red+Green+Blue) = 48+20+29=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30141D is #CFEBE2. Grayscale: #1D1D1D. Windows color (decimal): -13626339 or 1905712. OLE color: 1905712.

HSL color Cylindrical-coordinate representation of color #30141D: hue angle of 340.71º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30141D is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB482029-
CMYK00.580.400.81
HSL340.71º41.18%13.33%-
HSV(B)340.71º58.33%18.82%-
XYZ1.691.221.31-
YUV29.4127.78141.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=49.48%
G=20.62%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48202900.580.400.81340.7141.1813.33
Hex30141D03A285115529d
Octal602435072501215255115
Binary1100001010011101011101010100010100011010101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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