#30141F

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

Shades of Temptress #30141F

Tints of Temptress #30141F

Color information

#30141F (or 0x30141F) is unknown color: approx Temptress. HEX triplet: 30, 14 and 1F. RGB value is (48,20,31). Sum of RGB (Red+Green+Blue) = 48+20+31=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30141F is #CFEBE0. Grayscale: #1D1D1D. Windows color (decimal): -13626337 or 2036784. OLE color: 2036784.

HSL color Cylindrical-coordinate representation of color #30141F: hue angle of 336.43º 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 #30141F is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB482031-
CMYK00.580.350.81
HSL336.43º41.18%13.33%-
HSV(B)336.43º58.33%18.82%-
XYZ1.721.231.44-
YUV29.63128.78141.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=48.48%
G=20.20%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48203100.580.350.81336.4341.1813.33
Hex30141F03A235115029d
Octal602437072431215205115
Binary1100001010011111011101010001110100011010100001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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