#381923

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

Shades of Temptress #381923

Tints of Temptress #381923

Color information

#381923 (or 0x381923) is unknown color: approx Temptress. HEX triplet: 38, 19 and 23. RGB value is (56,25,35). Sum of RGB (Red+Green+Blue) = 56+25+35=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381923 is #C7E6DC. Grayscale: #232323. Windows color (decimal): -13100765 or 2300216. OLE color: 2300216.

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

Color convert

RGB562535-
CMYK00.550.370.78
HSL340.65º38.27%15.88%-
HSV(B)340.65º55.36%21.96%-
XYZ2.281.661.79-
YUV35.41127.77142.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=48.28%
G=21.55%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56253500.550.370.78340.6538.2715.88
Hex381923037254E1552610
Octal703143067451165254620
Binary111000110011000110110111100101100111010101010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381923; }

 p { color: rgb(56,25,35); }

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

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

 a { background-color: rgb(56,25,35); }

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

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

 span { border-color: rgb(56,25,35); }

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