#381820

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

Shades of Temptress #381820

Tints of Temptress #381820

Color information

#381820 (or 0x381820) is unknown color: approx Temptress. HEX triplet: 38, 18 and 20. RGB value is (56,24,32). Sum of RGB (Red+Green+Blue) = 56+24+32=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #381820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381820 is #C7E7DF. Grayscale: #222222. Windows color (decimal): -13101024 or 2103352. OLE color: 2103352.

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

Color convert

RGB562432-
CMYK00.570.430.78
HSL345º40%15.69%-
HSV(B)345º57.14%21.96%-
XYZ2.221.61.56-
YUV34.48126.6143.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=50%
G=21.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56243200.570.430.783454015.69
Hex3818200392B4E1592810
Octal703040071531165315020
Binary111000110001000000111001101011100111010101100110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381820; }

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

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

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

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

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

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

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

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