Html Css Color HEX #2E2238 Blackcurrant

📋 copy color: '#2E2238'

red 46 ◦ green 34 ◦ blue 56

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

Shades of Blackcurrant #2E2238

Tints of Blackcurrant #2E2238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25%

 BLUE value IS 56 (22.27% from 255) = 41.18%

R = 33.82%
G = 25%
B = 41.18%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E2238 (or 0x2E2238) is known color: Blackcurrant. HEX triplet: 2E, 22 and 38. RGB value is (46,34,56). Sum of RGB (Red+Green+Blue) = 46+34+56=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E2238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2238 is #D1DDC7. Grayscale: #282828. Windows color (decimal): -13753800 or 3678766. OLE color: 3678766.

HSL color Cylindrical-coordinate representation of color #2E2238: hue angle of 272.73º 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 #2E2238 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 34 56 -
CMYK 0.18 0.39 0 0.78
HSL 272.73º 0.24% 0.18% -
HSV(B) 272.73º 0.39% 0.22% -
XYZ 2.41 2.01 4 -
YUV 40.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 46 34 56 0.18 0.39 0 0.78 272.73 0.24 0.18
Hex 2E 22 38 12 27 0 4E 111 18 12
Octal 56 42 70 22 47 0 116 421 30 22
Binary 101110 100010 111000 10010 100111 0 1001110 100010001 11000 10010

Color Harmonies of #2E2238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2238

Black with #2E2238

Text Example


Text Example

White with #2E2238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,34,56); }

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

background-color css

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

 a { background-color: rgb(46,34,56); }

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

border-color css

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

 span { border-color: rgb(46,34,56); }

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