Html Css Color HEX #2E1537 Blackcurrant

📋 copy color: '#2E1537'

red 46 ◦ green 21 ◦ blue 55

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

Shades of Blackcurrant #2E1537

Tints of Blackcurrant #2E1537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 45.08%

R = 37.7%
G = 17.21%
B = 45.08%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E1537 (or 0x2E1537) is known color: Blackcurrant. HEX triplet: 2E, 15 and 37. RGB value is (46,21,55). Sum of RGB (Red+Green+Blue) = 46+21+55=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1537 is #D1EAC8. Grayscale: #202020. Windows color (decimal): -13757129 or 3609902. OLE color: 3609902.

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

Color convert

RGB 46 21 55 -
CMYK 0.16 0.62 0 0.78
HSL 284.12º 0.45% 0.15% -
HSV(B) 284.12º 0.62% 0.22% -
XYZ 2.08 1.39 3.77 -
YUV 32.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 46 21 55 0.16 0.62 0 0.78 284.12 0.45 0.15
Hex 2E 15 37 10 3E 0 4E 11C 2D F
Octal 56 25 67 20 76 0 116 434 55 17
Binary 101110 10101 110111 10000 111110 0 1001110 100011100 101101 1111

Color Harmonies of #2E1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1537

Black with #2E1537

Text Example


Text Example

White with #2E1537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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