#381E26

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

Shades of Temptress #381E26

Tints of Temptress #381E26

Color information

#381E26 (or 0x381E26) is unknown color: approx Temptress. HEX triplet: 38, 1E and 26. RGB value is (56,30,38). Sum of RGB (Red+Green+Blue) = 56+30+38=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #381E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E26 is #C7E1D9. Grayscale: #262626. Windows color (decimal): -13099482 or 2498104. OLE color: 2498104.

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

Color convert

RGB563038-
CMYK00.460.320.78
HSL341.54º30.23%16.86%-
HSV(B)341.54º46.43%21.96%-
XYZ2.451.912.07-
YUV38.69127.61140.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=45.16%
G=24.19%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56303800.460.320.78341.5430.2316.86
Hex381E2602E204E1561e11
Octal703646056401165263621
Binary11100011110100110010111010000010011101010101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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