#38171E

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

Shades of Temptress #38171E

Tints of Temptress #38171E

Color information

#38171E (or 0x38171E) is unknown color: approx Temptress. HEX triplet: 38, 17 and 1E. RGB value is (56,23,30). Sum of RGB (Red+Green+Blue) = 56+23+30=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #38171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38171E is #C7E8E1. Grayscale: #212121. Windows color (decimal): -13101282 or 1972024. OLE color: 1972024.

HSL color Cylindrical-coordinate representation of color #38171E: hue angle of 347.27º 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 #38171E is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB562330-
CMYK00.590.460.78
HSL347.27º41.77%15.49%-
HSV(B)347.27º58.93%21.96%-
XYZ2.171.551.41-
YUV33.66125.93143.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=51.38%
G=21.10%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56233000.590.460.78347.2741.7715.49
Hex38171E03B2E4E15b2af
Octal702736073561165335217
Binary1110001011111110011101110111010011101010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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