Html Css Color HEX #2E193C Blackcurrant

📋 copy color: '#2E193C'

red 46 ◦ green 25 ◦ blue 60

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

Shades of Blackcurrant #2E193C

Tints of Blackcurrant #2E193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

 BLUE value IS 60 (23.83% from 255) = 45.8%

R = 35.11%
G = 19.08%
B = 45.8%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E193C (or 0x2E193C) is known color: Blackcurrant. HEX triplet: 2E, 19 and 3C. RGB value is (46,25,60). Sum of RGB (Red+Green+Blue) = 46+25+60=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E193C is #D1E6C3. Grayscale: #232323. Windows color (decimal): -13756100 or 3938606. OLE color: 3938606.

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

Color convert

RGB 46 25 60 -
CMYK 0.23 0.58 0 0.76
HSL 276º 0.41% 0.17% -
HSV(B) 276º 0.58% 0.24% -
XYZ 2.29 1.6 4.46 -
YUV 35.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 46 25 60 0.23 0.58 0 0.76 276 0.41 0.17
Hex 2E 19 3C 17 3A 0 4C 114 29 11
Octal 56 31 74 27 72 0 114 424 51 21
Binary 101110 11001 111100 10111 111010 0 1001100 100010100 101001 10001

Color Harmonies of #2E193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E193C

Black with #2E193C

Text Example


Text Example

White with #2E193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,25,60); }

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

background-color css

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

 a { background-color: rgb(46,25,60); }

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

border-color css

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

 span { border-color: rgb(46,25,60); }

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