#38131F

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

Shades of Temptress #38131F

Tints of Temptress #38131F

Color information

#38131F (or 0x38131F) is unknown color: approx Temptress. HEX triplet: 38, 13 and 1F. RGB value is (56,19,31). Sum of RGB (Red+Green+Blue) = 56+19+31=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38131F is #C7ECE0. Grayscale: #1F1F1F. Windows color (decimal): -13102305 or 2036536. OLE color: 2036536.

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

Color convert

RGB561931-
CMYK00.660.450.78
HSL340.54º49.33%14.71%-
HSV(B)340.54º66.07%21.96%-
XYZ2.111.411.46-
YUV31.43127.76145.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=52.83%
G=17.92%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56193100.660.450.78340.5449.3314.71
Hex38131F0422D4E15531f
Octal7023370102551165256117
Binary11100010011111110100001010110110011101010101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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