#382028

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

Shades of Temptress #382028

Tints of Temptress #382028

Color information

#382028 (or 0x382028) is unknown color: approx Temptress. HEX triplet: 38, 20 and 28. RGB value is (56,32,40). Sum of RGB (Red+Green+Blue) = 56+32+40=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382028 is #C7DFD7. Grayscale: #282828. Windows color (decimal): -13098968 or 2629688. OLE color: 2629688.

HSL color Cylindrical-coordinate representation of color #382028: hue angle of 340º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382028 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB563240-
CMYK00.430.290.78
HSL340º27.27%17.25%-
HSV(B)340º42.86%21.96%-
XYZ2.532.032.27-
YUV40.09127.95139.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=43.75%
G=25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56324000.430.290.7834027.2717.25
Hex38202802B1D4E1541b11
Octal704050053351165243321
Binary11100010000010100001010111110110011101010101001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382028; }

 p { color: rgb(56,32,40); }

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

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

 a { background-color: rgb(56,32,40); }

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

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

 span { border-color: rgb(56,32,40); }

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