Html Css Color HEX #391E21 Temptress

📋 copy color: '#391E21'

red 57 ◦ green 30 ◦ blue 33

#391E21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Temptress #391E21

Tints of Temptress #391E21

RGB

 RED value IS 57 (22.66% from 255) = 47.5%

 GREEN value IS 30 (12.11% from 255) = 25%

 BLUE value IS 33 (13.28% from 255) = 27.5%

R = 47.5%
G = 25%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#391E21 (or 0x391E21) is known color: Temptress. HEX triplet: 39, 1E and 21. RGB value is (57,30,33). Sum of RGB (Red+Green+Blue) = 57+30+33=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #391E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E21 is #C6E1DE. Grayscale: #262626. Windows color (decimal): -13033951 or 2170425. OLE color: 2170425.

HSL color Cylindrical-coordinate representation of color #391E21: hue angle of 353.33º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #391E21 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 30 33 -
CMYK 0 0.47 0.42 0.78
HSL 353.33º 0.31% 0.17% -
HSV(B) 353.33º 0.47% 0.22% -
XYZ 2.43 1.91 1.68 -
YUV 38.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 57 30 33 0 0.47 0.42 0.78 353.33 0.31 0.17
Hex 39 1E 21 0 2F 2A 4E 161 1F 11
Octal 71 36 41 0 57 52 116 541 37 21
Binary 111001 11110 100001 0 101111 101010 1001110 101100001 11111 10001

Color Harmonies of #391E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391E21

Black with #391E21

Text Example


Text Example

White with #391E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391E21; }

 p { color: rgb(57,30,33); }

 H1.HeaderClassName
 {
   color: #391E21;
 }
 .AnyTagClassName
 {
   color: #391E21;
 }
</style>

background-color css

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

 a { background-color: rgb(57,30,33); }

 div.DivClassName
 {
   background-color: #391E21;
 }
 .BgClassName
 {
   background-color: #391E21;
 }
</style>

border-color css

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

 span { border-color: rgb(57,30,33); }

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