Html Css Color HEX #2E2439 Blackcurrant

📋 copy color: '#2E2439'

red 46 ◦ green 36 ◦ blue 57

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

Shades of Blackcurrant #2E2439

Tints of Blackcurrant #2E2439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.9%

 BLUE value IS 57 (22.66% from 255) = 41.01%

R = 33.09%
G = 25.9%
B = 41.01%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E2439 (or 0x2E2439) is known color: Blackcurrant. HEX triplet: 2E, 24 and 39. RGB value is (46,36,57). Sum of RGB (Red+Green+Blue) = 46+36+57=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E2439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2439 is #D1DBC6. Grayscale: #292929. Windows color (decimal): -13753287 or 3744814. OLE color: 3744814.

HSL color Cylindrical-coordinate representation of color #2E2439: hue angle of 268.57º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E2439 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 36 57 -
CMYK 0.19 0.37 0 0.78
HSL 268.57º 0.23% 0.18% -
HSV(B) 268.57º 0.37% 0.22% -
XYZ 2.5 2.14 4.15 -
YUV 41.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 46 36 57 0.19 0.37 0 0.78 268.57 0.23 0.18
Hex 2E 24 39 13 25 0 4E 10D 17 12
Octal 56 44 71 23 45 0 116 415 27 22
Binary 101110 100100 111001 10011 100101 0 1001110 100001101 10111 10010

Color Harmonies of #2E2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2439

Black with #2E2439

Text Example


Text Example

White with #2E2439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,36,57); }

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

background-color css

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

 a { background-color: rgb(46,36,57); }

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

border-color css

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

 span { border-color: rgb(46,36,57); }

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