#381321

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

Shades of Temptress #381321

Tints of Temptress #381321

Color information

#381321 (or 0x381321) is unknown color: approx Temptress. HEX triplet: 38, 13 and 21. RGB value is (56,19,33). Sum of RGB (Red+Green+Blue) = 56+19+33=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #381321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381321 is #C7ECDE. Grayscale: #1F1F1F. Windows color (decimal): -13102303 or 2167608. OLE color: 2167608.

HSL color Cylindrical-coordinate representation of color #381321: hue angle of 337.3º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381321 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB561933-
CMYK00.660.410.78
HSL337.3º49.33%14.71%-
HSV(B)337.3º66.07%21.96%-
XYZ2.141.421.6-
YUV31.66128.76145.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=51.85%
G=17.59%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56193300.660.410.78337.349.3314.71
Hex381321042294E15131f
Octal7023410102511165216117
Binary111000100111000010100001010100110011101010100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381321; }

 p { color: rgb(56,19,33); }

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

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

 a { background-color: rgb(56,19,33); }

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

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

 span { border-color: rgb(56,19,33); }

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