#38161E

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

Shades of Temptress #38161E

Tints of Temptress #38161E

Color information

#38161E (or 0x38161E) is unknown color: approx Temptress. HEX triplet: 38, 16 and 1E. RGB value is (56,22,30). Sum of RGB (Red+Green+Blue) = 56+22+30=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38161E is #C7E9E1. Grayscale: #212121. Windows color (decimal): -13101538 or 1971768. OLE color: 1971768.

HSL color Cylindrical-coordinate representation of color #38161E: hue angle of 345.88º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38161E is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB562230-
CMYK00.610.460.78
HSL345.88º43.59%15.29%-
HSV(B)345.88º60.71%21.96%-
XYZ2.151.511.41-
YUV33.08126.26144.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=51.85%
G=20.37%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56223000.610.460.78345.8843.5915.29
Hex38161E03D2E4E15a2cf
Octal702636075561165325417
Binary1110001011011110011110110111010011101010110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,22,30); }

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

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

 a { background-color: rgb(56,22,30); }

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

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

 span { border-color: rgb(56,22,30); }

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