Html Css Color HEX #2E1B3D Blackcurrant

📋 copy color: '#2E1B3D'

red 46 ◦ green 27 ◦ blue 61

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

Shades of Blackcurrant #2E1B3D

Tints of Blackcurrant #2E1B3D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.15%

 BLUE value IS 61 (24.22% from 255) = 45.52%

R = 34.33%
G = 20.15%
B = 45.52%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E1B3D (or 0x2E1B3D) is known color: Blackcurrant. HEX triplet: 2E, 1B and 3D. RGB value is (46,27,61). Sum of RGB (Red+Green+Blue) = 46+27+61=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E1B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B3D is #D1E4C2. Grayscale: #242424. Windows color (decimal): -13755587 or 4004654. OLE color: 4004654.

HSL color Cylindrical-coordinate representation of color #2E1B3D: hue angle of 273.53º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E1B3D is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 27 61 -
CMYK 0.25 0.56 0 0.76
HSL 273.53º 0.39% 0.17% -
HSV(B) 273.53º 0.56% 0.24% -
XYZ 2.36 1.7 4.62 -
YUV 36.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 46 27 61 0.25 0.56 0 0.76 273.53 0.39 0.17
Hex 2E 1B 3D 19 38 0 4C 112 27 11
Octal 56 33 75 31 70 0 114 422 47 21
Binary 101110 11011 111101 11001 111000 0 1001100 100010010 100111 10001

Color Harmonies of #2E1B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1B3D

Black with #2E1B3D

Text Example


Text Example

White with #2E1B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,27,61); }

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

background-color css

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

 a { background-color: rgb(46,27,61); }

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

border-color css

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

 span { border-color: rgb(46,27,61); }

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