#38171F

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

Shades of Temptress #38171F

Tints of Temptress #38171F

Color information

#38171F (or 0x38171F) is unknown color: approx Temptress. HEX triplet: 38, 17 and 1F. RGB value is (56,23,31). Sum of RGB (Red+Green+Blue) = 56+23+31=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #38171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38171F is #C7E8E0. Grayscale: #212121. Windows color (decimal): -13101281 or 2037560. OLE color: 2037560.

HSL color Cylindrical-coordinate representation of color #38171F: hue angle of 345.45º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38171F is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB562331-
CMYK00.590.450.78
HSL345.45º41.77%15.49%-
HSV(B)345.45º58.93%21.96%-
XYZ2.181.551.48-
YUV33.78126.43143.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 23 (9.38% from 255) = 20.91%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=50.91%
G=20.91%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56233100.590.450.78345.4541.7715.49
Hex38171F03B2D4E1592af
Octal702737073551165315217
Binary1110001011111111011101110110110011101010110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,23,31); }

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

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

 a { background-color: rgb(56,23,31); }

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

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

 span { border-color: rgb(56,23,31); }

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