#381B21

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

Shades of Temptress #381B21

Tints of Temptress #381B21

Color information

#381B21 (or 0x381B21) is unknown color: approx Temptress. HEX triplet: 38, 1B and 21. RGB value is (56,27,33). Sum of RGB (Red+Green+Blue) = 56+27+33=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B21 is #C7E4DE. Grayscale: #242424. Windows color (decimal): -13100255 or 2169656. OLE color: 2169656.

HSL color Cylindrical-coordinate representation of color #381B21: hue angle of 347.59º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B21 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB562733-
CMYK00.520.410.78
HSL347.59º34.94%16.27%-
HSV(B)347.59º51.79%21.96%-
XYZ2.31.731.65-
YUV36.35126.11142.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=48.28%
G=23.28%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56273300.520.410.78347.5934.9416.27
Hex381B21034294E15c2310
Octal703341064511165344320
Binary111000110111000010110100101001100111010101110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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