#38121D

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

Shades of Temptress #38121D

Tints of Temptress #38121D

Color information

#38121D (or 0x38121D) is unknown color: approx Temptress. HEX triplet: 38, 12 and 1D. RGB value is (56,18,29). Sum of RGB (Red+Green+Blue) = 56+18+29=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38121D is #C7EDE2. Grayscale: #1E1E1E. Windows color (decimal): -13102563 or 1905208. OLE color: 1905208.

HSL color Cylindrical-coordinate representation of color #38121D: hue angle of 342.63º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38121D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB561829-
CMYK00.680.480.78
HSL342.63º51.35%14.51%-
HSV(B)342.63º67.86%21.96%-
XYZ2.071.361.32-
YUV30.62127.09146.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=54.37%
G=17.48%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56182900.680.480.78342.6351.3514.51
Hex38121D044304E15733f
Octal7022350104601165276317
Binary11100010010111010100010011000010011101010101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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