#381C26

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

Shades of Temptress #381C26

Tints of Temptress #381C26

Color information

#381C26 (or 0x381C26) is unknown color: approx Temptress. HEX triplet: 38, 1C and 26. RGB value is (56,28,38). Sum of RGB (Red+Green+Blue) = 56+28+38=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #381C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C26 is #C7E3D9. Grayscale: #252525. Windows color (decimal): -13099994 or 2497592. OLE color: 2497592.

HSL color Cylindrical-coordinate representation of color #381C26: hue angle of 338.57º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C26 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB562838-
CMYK00.500.320.78
HSL338.57º33.33%16.47%-
HSV(B)338.57º50%21.96%-
XYZ2.41.812.06-
YUV37.51128.28141.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=45.90%
G=22.95%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56283800.500.320.78338.5733.3316.47
Hex381C26032204E1532110
Octal703446062401165234120
Binary111000111001001100110010100000100111010101001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,28,38); }

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

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

 a { background-color: rgb(56,28,38); }

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

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

 span { border-color: rgb(56,28,38); }

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