#38181F

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

Shades of Temptress #38181F

Tints of Temptress #38181F

Color information

#38181F (or 0x38181F) is unknown color: approx Temptress. HEX triplet: 38, 18 and 1F. RGB value is (56,24,31). Sum of RGB (Red+Green+Blue) = 56+24+31=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #38181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38181F is #C7E7E0. Grayscale: #222222. Windows color (decimal): -13101025 or 2037816. OLE color: 2037816.

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

Color convert

RGB562431-
CMYK00.570.450.78
HSL346.88º40%15.69%-
HSV(B)346.88º57.14%21.96%-
XYZ2.21.591.49-
YUV34.37126.1143.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=50.45%
G=21.62%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56243100.570.450.78346.884015.69
Hex38181F0392D4E15b2810
Octal703037071551165335020
Binary11100011000111110111001101101100111010101101110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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