Html Css Color HEX #2E2339 Blackcurrant

📋 copy color: '#2E2339'

red 46 ◦ green 35 ◦ blue 57

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

Shades of Blackcurrant #2E2339

Tints of Blackcurrant #2E2339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

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

R = 33.33%
G = 25.36%
B = 41.3%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E2339 (or 0x2E2339) is known color: Blackcurrant. HEX triplet: 2E, 23 and 39. RGB value is (46,35,57). Sum of RGB (Red+Green+Blue) = 46+35+57=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E2339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2339 is #D1DCC6. Grayscale: #282828. Windows color (decimal): -13753543 or 3744558. OLE color: 3744558.

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

Color convert

RGB 46 35 57 -
CMYK 0.19 0.39 0 0.78
HSL 270º 0.24% 0.18% -
HSV(B) 270º 0.39% 0.22% -
XYZ 2.47 2.08 4.14 -
YUV 40.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 46 35 57 0.19 0.39 0 0.78 270 0.24 0.18
Hex 2E 23 39 13 27 0 4E 10E 18 12
Octal 56 43 71 23 47 0 116 416 30 22
Binary 101110 100011 111001 10011 100111 0 1001110 100001110 11000 10010

Color Harmonies of #2E2339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2339

Black with #2E2339

Text Example


Text Example

White with #2E2339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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