#381D23

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

Shades of Temptress #381D23

Tints of Temptress #381D23

Color information

#381D23 (or 0x381D23) is unknown color: approx Temptress. HEX triplet: 38, 1D and 23. RGB value is (56,29,35). Sum of RGB (Red+Green+Blue) = 56+29+35=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #381D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D23 is #C7E2DC. Grayscale: #252525. Windows color (decimal): -13099741 or 2301240. OLE color: 2301240.

HSL color Cylindrical-coordinate representation of color #381D23: hue angle of 346.67º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #381D23 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB562935-
CMYK00.480.370.78
HSL346.67º31.76%16.67%-
HSV(B)346.67º48.21%21.96%-
XYZ2.371.841.82-
YUV37.76126.45141.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=46.67%
G=24.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56293500.480.370.78346.6731.7616.67
Hex381D23030254E15b2011
Octal703543060451165334021
Binary111000111011000110110000100101100111010101101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381D23; }

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

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

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

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

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

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

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

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