#38141E

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

Shades of Temptress #38141E

Tints of Temptress #38141E

Color information

#38141E (or 0x38141E) is unknown color: approx Temptress. HEX triplet: 38, 14 and 1E. RGB value is (56,20,30). Sum of RGB (Red+Green+Blue) = 56+20+30=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38141E is #C7EBE1. Grayscale: #1F1F1F. Windows color (decimal): -13102050 or 1971256. OLE color: 1971256.

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

Color convert

RGB562030-
CMYK00.640.460.78
HSL343.33º47.37%14.9%-
HSV(B)343.33º64.29%21.96%-
XYZ2.121.431.39-
YUV31.9126.93145.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=52.83%
G=18.87%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56203000.640.460.78343.3347.3714.9
Hex38141E0402E4E1572ff
Octal7024360100561165275717
Binary11100010100111100100000010111010011101010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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