#381B22

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

Shades of Temptress #381B22

Tints of Temptress #381B22

Color information

#381B22 (or 0x381B22) is unknown color: approx Temptress. HEX triplet: 38, 1B and 22. RGB value is (56,27,34). Sum of RGB (Red+Green+Blue) = 56+27+34=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B22 is #C7E4DD. Grayscale: #242424. Windows color (decimal): -13100254 or 2235192. OLE color: 2235192.

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

Color convert

RGB562734-
CMYK00.520.390.78
HSL345.52º34.94%16.27%-
HSV(B)345.52º51.79%21.96%-
XYZ2.311.741.73-
YUV36.47126.61141.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 34 (13.67% from 255) = 29.06%
R=47.86%
G=23.08%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56273400.520.390.78345.5234.9416.27
Hex381B22034274E15a2310
Octal703342064471165324320
Binary111000110111000100110100100111100111010101101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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