#30181E

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

Shades of Temptress #30181E

Tints of Temptress #30181E

Color information

#30181E (or 0x30181E) is unknown color: approx Temptress. HEX triplet: 30, 18 and 1E. RGB value is (48,24,30). Sum of RGB (Red+Green+Blue) = 48+24+30=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #30181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30181E is #CFE7E1. Grayscale: #1F1F1F. Windows color (decimal): -13625314 or 1972272. OLE color: 1972272.

HSL color Cylindrical-coordinate representation of color #30181E: hue angle of 345º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30181E is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB482430-
CMYK00.50.370.81
HSL345º33.33%14.12%-
HSV(B)345º50%18.82%-
XYZ1.781.381.4-
YUV31.86126.95139.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=47.06%
G=23.53%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48243000.50.370.8134533.3314.12
Hex30181E032255115921e
Octal603036062451215314116
Binary1100001100011110011001010010110100011010110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30181E; }

 p { color: rgb(48,24,30); }

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

<style>
 a { background-color: #30181E; }

 a { background-color: rgb(48,24,30); }

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

<style>
 span { border-color: #30181E; }

 span { border-color: rgb(48,24,30); }

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