#380E1D

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

Shades of Temptress #380E1D

Tints of Temptress #380E1D

Color information

#380E1D (or 0x380E1D) is unknown color: approx Temptress. HEX triplet: 38, 0E and 1D. RGB value is (56,14,29). Sum of RGB (Red+Green+Blue) = 56+14+29=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E1D is #C7F1E2. Grayscale: #1C1C1C. Windows color (decimal): -13103587 or 1904184. OLE color: 1904184.

HSL color Cylindrical-coordinate representation of color #380E1D: hue angle of 338.57º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E1D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB561429-
CMYK00.750.480.78
HSL338.57º60%13.73%-
HSV(B)338.57º75%21.96%-
XYZ2.011.241.3-
YUV28.27128.41147.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 14 (5.86% from 255) = 14.14%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=56.57%
G=14.14%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56142900.750.480.78338.576013.73
Hex38E1D04B304E1533ce
Octal7016350113601165237416
Binary1110001110111010100101111000010011101010100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380E1D; }

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

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

<style>
 a { background-color: #380E1D; }

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

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

<style>
 span { border-color: #380E1D; }

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

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