#380F1C

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

Shades of Temptress #380F1C

Tints of Temptress #380F1C

Color information

#380F1C (or 0x380F1C) is unknown color: approx Temptress. HEX triplet: 38, 0F and 1C. RGB value is (56,15,28). Sum of RGB (Red+Green+Blue) = 56+15+28=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F1C is #C7F0E3. Grayscale: #1C1C1C. Windows color (decimal): -13103332 or 1838904. OLE color: 1838904.

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

Color convert

RGB561528-
CMYK00.730.500.78
HSL340.98º57.75%13.92%-
HSV(B)340.98º73.21%21.96%-
XYZ2.011.271.24-
YUV28.74127.58147.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=56.57%
G=15.15%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56152800.730.500.78340.9857.7513.92
Hex38F1C049324E1553ae
Octal7017340111621165257216
Binary1110001111111000100100111001010011101010101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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