Html Css Color HEX #2E153F Blackcurrant

📋 copy color: '#2E153F'

red 46 ◦ green 21 ◦ blue 63

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

Shades of Blackcurrant #2E153F

Tints of Blackcurrant #2E153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 63 (25% from 255) = 48.46%

R = 35.38%
G = 16.15%
B = 48.46%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E153F (or 0x2E153F) is known color: Blackcurrant. HEX triplet: 2E, 15 and 3F. RGB value is (46,21,63). Sum of RGB (Red+Green+Blue) = 46+21+63=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E153F is #D1EAC0. Grayscale: #212121. Windows color (decimal): -13757121 or 4134190. OLE color: 4134190.

HSL color Cylindrical-coordinate representation of color #2E153F: hue angle of 275.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E153F is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 21 63 -
CMYK 0.27 0.67 0 0.75
HSL 275.71º 0.5% 0.16% -
HSV(B) 275.71º 0.67% 0.25% -
XYZ 2.29 1.48 4.87 -
YUV 33.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 46 21 63 0.27 0.67 0 0.75 275.71 0.5 0.16
Hex 2E 15 3F 1B 43 0 4B 114 32 10
Octal 56 25 77 33 103 0 113 424 62 20
Binary 101110 10101 111111 11011 1000011 0 1001011 100010100 110010 10000

Color Harmonies of #2E153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E153F

Black with #2E153F

Text Example


Text Example

White with #2E153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,21,63); }

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

background-color css

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

 a { background-color: rgb(46,21,63); }

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

border-color css

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

 span { border-color: rgb(46,21,63); }

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