#380E1C

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

Shades of Temptress #380E1C

Tints of Temptress #380E1C

Color information

#380E1C (or 0x380E1C) is unknown color: approx Temptress. HEX triplet: 38, 0E and 1C. RGB value is (56,14,28). Sum of RGB (Red+Green+Blue) = 56+14+28=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E1C is #C7F1E3. Grayscale: #1C1C1C. Windows color (decimal): -13103588 or 1838648. OLE color: 1838648.

HSL color Cylindrical-coordinate representation of color #380E1C: hue angle of 340º 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 #380E1C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB561428-
CMYK00.750.500.78
HSL340º60%13.73%-
HSV(B)340º75%21.96%-
XYZ21.241.23-
YUV28.15127.91147.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 14 (5.86% from 255) = 14.29%
BLUE value IS 28 (11.33% from 255) = 28.57%
R=57.14%
G=14.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56142800.750.500.783406013.73
Hex38E1C04B324E1543ce
Octal7016340113621165247416
Binary1110001110111000100101111001010011101010101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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