Html Css Color HEX #2E131D Temptress

📋 copy color: '#2E131D'

red 46 ◦ green 19 ◦ blue 29

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

Shades of Temptress #2E131D

Tints of Temptress #2E131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

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

R = 48.94%
G = 20.21%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.82

RGB Variations

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

Color information

#2E131D (or 0x2E131D) is known color: Temptress. HEX triplet: 2E, 13 and 1D. RGB value is (46,19,29). Sum of RGB (Red+Green+Blue) = 46+19+29=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E131D is #D1ECE2. Grayscale: #1C1C1C. Windows color (decimal): -13757667 or 1905454. OLE color: 1905454.

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

Color convert

RGB 46 19 29 -
CMYK 0 0.59 0.37 0.82
HSL 337.78º 0.42% 0.13% -
HSV(B) 337.78º 0.59% 0.18% -
XYZ 1.58 1.14 1.3 -
YUV 28.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 46 19 29 0 0.59 0.37 0.82 337.78 0.42 0.13
Hex 2E 13 1D 0 3B 25 52 152 2A D
Octal 56 23 35 0 73 45 122 522 52 15
Binary 101110 10011 11101 0 111011 100101 1010010 101010010 101010 1101

Color Harmonies of #2E131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E131D

Black with #2E131D

Text Example


Text Example

White with #2E131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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