#381824

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

Shades of Temptress #381824

Tints of Temptress #381824

Color information

#381824 (or 0x381824) is unknown color: approx Temptress. HEX triplet: 38, 18 and 24. RGB value is (56,24,36). Sum of RGB (Red+Green+Blue) = 56+24+36=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381824 is #C7E7DB. Grayscale: #222222. Windows color (decimal): -13101020 or 2365496. OLE color: 2365496.

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

Color convert

RGB562436-
CMYK00.570.360.78
HSL337.5º40%15.69%-
HSV(B)337.5º57.14%21.96%-
XYZ2.281.621.86-
YUV34.94128.6143.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=48.28%
G=20.69%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56243600.570.360.78337.54015.69
Hex381824039244E1522810
Octal703044071441165225020
Binary111000110001001000111001100100100111010101001010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381824; }

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

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

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

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

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

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

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

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