#381E24

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

Shades of Temptress #381E24

Tints of Temptress #381E24

Color information

#381E24 (or 0x381E24) is unknown color: approx Temptress. HEX triplet: 38, 1E and 24. RGB value is (56,30,36). Sum of RGB (Red+Green+Blue) = 56+30+36=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #381E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E24 is #C7E1DB. Grayscale: #262626. Windows color (decimal): -13099484 or 2367032. OLE color: 2367032.

HSL color Cylindrical-coordinate representation of color #381E24: hue angle of 346.15º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381E24 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB563036-
CMYK00.460.360.78
HSL346.15º30.23%16.86%-
HSV(B)346.15º46.43%21.96%-
XYZ2.411.91.91-
YUV38.46126.61140.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=45.90%
G=24.59%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56303600.460.360.78346.1530.2316.86
Hex381E2402E244E15a1e11
Octal703644056441165323621
Binary11100011110100100010111010010010011101010110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381E24; }

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

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

<style>
 a { background-color: #381E24; }

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

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

<style>
 span { border-color: #381E24; }

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

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