#381D26

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

Shades of Temptress #381D26

Tints of Temptress #381D26

Color information

#381D26 (or 0x381D26) is unknown color: approx Temptress. HEX triplet: 38, 1D and 26. RGB value is (56,29,38). Sum of RGB (Red+Green+Blue) = 56+29+38=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #381D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D26 is #C7E2D9. Grayscale: #262626. Windows color (decimal): -13099738 or 2497848. OLE color: 2497848.

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

Color convert

RGB562938-
CMYK00.480.320.78
HSL340º31.76%16.67%-
HSV(B)340º48.21%21.96%-
XYZ2.421.862.07-
YUV38.1127.95140.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=45.53%
G=23.58%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56293800.480.320.7834031.7616.67
Hex381D26030204E1542011
Octal703546060401165244021
Binary111000111011001100110000100000100111010101010010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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