#382027

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

Shades of Temptress #382027

Tints of Temptress #382027

Color information

#382027 (or 0x382027) is unknown color: approx Temptress. HEX triplet: 38, 20 and 27. RGB value is (56,32,39). Sum of RGB (Red+Green+Blue) = 56+32+39=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382027 is #C7DFD8. Grayscale: #272727. Windows color (decimal): -13098969 or 2564152. OLE color: 2564152.

HSL color Cylindrical-coordinate representation of color #382027: hue angle of 342.5º 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 #382027 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB563239-
CMYK00.430.300.78
HSL342.5º27.27%17.25%-
HSV(B)342.5º42.86%21.96%-
XYZ2.512.022.18-
YUV39.97127.45139.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=44.09%
G=25.20%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56323900.430.300.78342.527.2717.25
Hex38202702B1E4E1561b11
Octal704047053361165263321
Binary11100010000010011101010111111010011101010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382027; }

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

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

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

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

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

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

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

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