Html Css Color HEX #2E171D Temptress

📋 copy color: '#2E171D'

red 46 ◦ green 23 ◦ blue 29

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

Shades of Temptress #2E171D

Tints of Temptress #2E171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.47%

 BLUE value IS 29 (11.72% from 255) = 29.59%

R = 46.94%
G = 23.47%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.82

RGB Variations

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

Color information

#2E171D (or 0x2E171D) is known color: Temptress. HEX triplet: 2E, 17 and 1D. RGB value is (46,23,29). Sum of RGB (Red+Green+Blue) = 46+23+29=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E171D is #D1E8E2. Grayscale: #1E1E1E. Windows color (decimal): -13756643 or 1906478. OLE color: 1906478.

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

Color convert

RGB 46 23 29 -
CMYK 0 0.50 0.37 0.82
HSL 344.35º 0.33% 0.14% -
HSV(B) 344.35º 0.5% 0.18% -
XYZ 1.65 1.28 1.32 -
YUV 30.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 46 23 29 0 0.50 0.37 0.82 344.35 0.33 0.14
Hex 2E 17 1D 0 32 25 52 158 21 E
Octal 56 27 35 0 62 45 122 530 41 16
Binary 101110 10111 11101 0 110010 100101 1010010 101011000 100001 1110

Color Harmonies of #2E171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E171D

Black with #2E171D

Text Example


Text Example

White with #2E171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,23,29); }

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

background-color css

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

 a { background-color: rgb(46,23,29); }

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

border-color css

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

 span { border-color: rgb(46,23,29); }

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