#38131D

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

Shades of Temptress #38131D

Tints of Temptress #38131D

Color information

#38131D (or 0x38131D) is unknown color: approx Temptress. HEX triplet: 38, 13 and 1D. RGB value is (56,19,29). Sum of RGB (Red+Green+Blue) = 56+19+29=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38131D is #C7ECE2. Grayscale: #1F1F1F. Windows color (decimal): -13102307 or 1905464. OLE color: 1905464.

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

Color convert

RGB561929-
CMYK00.660.480.78
HSL343.78º49.33%14.71%-
HSV(B)343.78º66.07%21.96%-
XYZ2.091.41.32-
YUV31.2126.76145.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=53.85%
G=18.27%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56192900.660.480.78343.7849.3314.71
Hex38131D042304E15831f
Octal7023350102601165306117
Binary11100010011111010100001011000010011101010110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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