#38141F

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

Shades of Temptress #38141F

Tints of Temptress #38141F

Color information

#38141F (or 0x38141F) is unknown color: approx Temptress. HEX triplet: 38, 14 and 1F. RGB value is (56,20,31). Sum of RGB (Red+Green+Blue) = 56+20+31=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38141F is #C7EBE0. Grayscale: #202020. Windows color (decimal): -13102049 or 2036792. OLE color: 2036792.

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

Color convert

RGB562031-
CMYK00.640.450.78
HSL341.67º47.37%14.9%-
HSV(B)341.67º64.29%21.96%-
XYZ2.131.441.46-
YUV32.02127.43145.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=52.34%
G=18.69%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56203100.640.450.78341.6747.3714.9
Hex38141F0402D4E1562ff
Octal7024370100551165265717
Binary11100010100111110100000010110110011101010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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