Html Css Color HEX #2E2438 Blackcurrant

📋 copy color: '#2E2438'

red 46 ◦ green 36 ◦ blue 56

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

Shades of Blackcurrant #2E2438

Tints of Blackcurrant #2E2438

RGB

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

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

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

R = 33.33%
G = 26.09%
B = 40.58%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E2438 (or 0x2E2438) is known color: Blackcurrant. HEX triplet: 2E, 24 and 38. RGB value is (46,36,56). Sum of RGB (Red+Green+Blue) = 46+36+56=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E2438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2438 is #D1DBC7. Grayscale: #292929. Windows color (decimal): -13753288 or 3679278. OLE color: 3679278.

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

Color convert

RGB 46 36 56 -
CMYK 0.18 0.36 0 0.78
HSL 270º 0.22% 0.18% -
HSV(B) 270º 0.36% 0.22% -
XYZ 2.47 2.13 4.02 -
YUV 41.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 46 36 56 0.18 0.36 0 0.78 270 0.22 0.18
Hex 2E 24 38 12 24 0 4E 10E 16 12
Octal 56 44 70 22 44 0 116 416 26 22
Binary 101110 100100 111000 10010 100100 0 1001110 100001110 10110 10010

Color Harmonies of #2E2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2438

Black with #2E2438

Text Example


Text Example

White with #2E2438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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