#380D1D

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

Shades of Temptress #380D1D

Tints of Temptress #380D1D

Color information

#380D1D (or 0x380D1D) is unknown color: approx Temptress. HEX triplet: 38, 0D and 1D. RGB value is (56,13,29). Sum of RGB (Red+Green+Blue) = 56+13+29=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D1D is #C7F2E2. Grayscale: #1B1B1B. Windows color (decimal): -13103843 or 1903928. OLE color: 1903928.

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

Color convert

RGB561329-
CMYK00.770.480.78
HSL337.67º62.32%13.53%-
HSV(B)337.67º76.79%21.96%-
XYZ21.221.29-
YUV27.68128.75148.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=57.14%
G=13.27%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56132900.770.480.78337.6762.3213.53
Hex38D1D04D304E1523ee
Octal7015350115601165227616
Binary1110001101111010100110111000010011101010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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