#382128

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

Shades of Temptress #382128

Tints of Temptress #382128

Color information

#382128 (or 0x382128) is unknown color: approx Temptress. HEX triplet: 38, 21 and 28. RGB value is (56,33,40). Sum of RGB (Red+Green+Blue) = 56+33+40=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382128 is #C7DED7. Grayscale: #282828. Windows color (decimal): -13098712 or 2629944. OLE color: 2629944.

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

Color convert

RGB563340-
CMYK00.410.290.78
HSL341.74º25.84%17.45%-
HSV(B)341.74º41.07%21.96%-
XYZ2.562.082.27-
YUV40.67127.62138.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=43.41%
G=25.58%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56334000.410.290.78341.7425.8417.45
Hex3821280291D4E1561a11
Octal704150051351165263221
Binary11100010000110100001010011110110011101010101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382128; }

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

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

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

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

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

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

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

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