#38121E

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

Shades of Temptress #38121E

Tints of Temptress #38121E

Color information

#38121E (or 0x38121E) is unknown color: approx Temptress. HEX triplet: 38, 12 and 1E. RGB value is (56,18,30). Sum of RGB (Red+Green+Blue) = 56+18+30=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38121E is #C7EDE1. Grayscale: #1E1E1E. Windows color (decimal): -13102562 or 1970744. OLE color: 1970744.

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

Color convert

RGB561830-
CMYK00.680.460.78
HSL341.05º51.35%14.51%-
HSV(B)341.05º67.86%21.96%-
XYZ2.081.371.38-
YUV30.73127.59146.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=53.85%
G=17.31%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56183000.680.460.78341.0551.3514.51
Hex38121E0442E4E15533f
Octal7022360104561165256317
Binary11100010010111100100010010111010011101010101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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