#382023

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

Shades of Temptress #382023

Tints of Temptress #382023

Color information

#382023 (or 0x382023) is unknown color: approx Temptress. HEX triplet: 38, 20 and 23. RGB value is (56,32,35). Sum of RGB (Red+Green+Blue) = 56+32+35=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382023 is #C7DFDC. Grayscale: #272727. Windows color (decimal): -13098973 or 2302008. OLE color: 2302008.

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

Color convert

RGB563235-
CMYK00.430.370.78
HSL352.5º27.27%17.25%-
HSV(B)352.5º42.86%21.96%-
XYZ2.4521.85-
YUV39.52125.45139.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=45.53%
G=26.02%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56323500.430.370.78352.527.2717.25
Hex38202302B254E1601b11
Octal704043053451165403321
Binary111000100000100011010101110010110011101011000001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382023; }

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

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

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

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

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

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

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

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