Html Css Color HEX #2E151F Temptress

📋 copy color: '#2E151F'

red 46 ◦ green 21 ◦ blue 31

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

Shades of Temptress #2E151F

Tints of Temptress #2E151F

RGB

 RED value IS 46 (18.36% from 255) = 46.94%

 GREEN value IS 21 (8.59% from 255) = 21.43%

 BLUE value IS 31 (12.5% from 255) = 31.63%

R = 46.94%
G = 21.43%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.82

RGB Variations

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

Color information

#2E151F (or 0x2E151F) is known color: Temptress. HEX triplet: 2E, 15 and 1F. RGB value is (46,21,31). Sum of RGB (Red+Green+Blue) = 46+21+31=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E151F is #D1EAE0. Grayscale: #1D1D1D. Windows color (decimal): -13757153 or 2037038. OLE color: 2037038.

HSL color Cylindrical-coordinate representation of color #2E151F: hue angle of 336º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E151F is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 21 31 -
CMYK 0 0.54 0.33 0.82
HSL 336º 0.37% 0.13% -
HSV(B) 336º 0.54% 0.18% -
XYZ 1.64 1.22 1.44 -
YUV 29.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 46 21 31 0 0.54 0.33 0.82 336 0.37 0.13
Hex 2E 15 1F 0 36 21 52 150 25 D
Octal 56 25 37 0 66 41 122 520 45 15
Binary 101110 10101 11111 0 110110 100001 1010010 101010000 100101 1101

Color Harmonies of #2E151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E151F

Black with #2E151F

Text Example


Text Example

White with #2E151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E151F; }

 p { color: rgb(46,21,31); }

 H1.HeaderClassName
 {
   color: #2E151F;
 }
 .AnyTagClassName
 {
   color: #2E151F;
 }
</style>

background-color css

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

 a { background-color: rgb(46,21,31); }

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

border-color css

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

 span { border-color: rgb(46,21,31); }

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