#381822

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

Shades of Temptress #381822

Tints of Temptress #381822

Color information

#381822 (or 0x381822) is unknown color: approx Temptress. HEX triplet: 38, 18 and 22. RGB value is (56,24,34). Sum of RGB (Red+Green+Blue) = 56+24+34=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381822 is #C7E7DD. Grayscale: #222222. Windows color (decimal): -13101022 or 2234424. OLE color: 2234424.

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

Color convert

RGB562434-
CMYK00.570.390.78
HSL341.25º40%15.69%-
HSV(B)341.25º57.14%21.96%-
XYZ2.251.611.71-
YUV34.71127.6143.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 34 (13.67% from 255) = 29.82%
R=49.12%
G=21.05%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56243400.570.390.78341.254015.69
Hex381822039274E1552810
Octal703042071471165255020
Binary111000110001000100111001100111100111010101010110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381822; }

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

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

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

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

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

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

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

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