#380D1C

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

Shades of Temptress #380D1C

Tints of Temptress #380D1C

Color information

#380D1C (or 0x380D1C) is unknown color: approx Temptress. HEX triplet: 38, 0D and 1C. RGB value is (56,13,28). Sum of RGB (Red+Green+Blue) = 56+13+28=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D1C is #C7F2E3. Grayscale: #1B1B1B. Windows color (decimal): -13103844 or 1838392. OLE color: 1838392.

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

Color convert

RGB561328-
CMYK00.770.500.78
HSL339.07º62.32%13.53%-
HSV(B)339.07º76.79%21.96%-
XYZ1.981.211.23-
YUV27.57128.25148.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 28 (11.33% from 255) = 28.87%
R=57.73%
G=13.40%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56132800.770.500.78339.0762.3213.53
Hex38D1C04D324E1533ee
Octal7015340115621165237616
Binary1110001101111000100110111001010011101010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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