#38131E

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

Shades of Temptress #38131E

Tints of Temptress #38131E

Color information

#38131E (or 0x38131E) is unknown color: approx Temptress. HEX triplet: 38, 13 and 1E. RGB value is (56,19,30). Sum of RGB (Red+Green+Blue) = 56+19+30=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38131E is #C7ECE1. Grayscale: #1F1F1F. Windows color (decimal): -13102306 or 1971000. OLE color: 1971000.

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

Color convert

RGB561930-
CMYK00.660.460.78
HSL342.16º49.33%14.71%-
HSV(B)342.16º66.07%21.96%-
XYZ2.11.41.39-
YUV31.32127.26145.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 30 (12.11% from 255) = 28.57%
R=53.33%
G=18.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56193000.660.460.78342.1649.3314.71
Hex38131E0422E4E15631f
Octal7023360102561165266117
Binary11100010011111100100001010111010011101010101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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