Html Css Color HEX #2E173C Blackcurrant

📋 copy color: '#2E173C'

red 46 ◦ green 23 ◦ blue 60

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

Shades of Blackcurrant #2E173C

Tints of Blackcurrant #2E173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.83%

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

R = 35.66%
G = 17.83%
B = 46.51%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E173C (or 0x2E173C) is known color: Blackcurrant. HEX triplet: 2E, 17 and 3C. RGB value is (46,23,60). Sum of RGB (Red+Green+Blue) = 46+23+60=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E173C is #D1E8C3. Grayscale: #212121. Windows color (decimal): -13756612 or 3938094. OLE color: 3938094.

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

Color convert

RGB 46 23 60 -
CMYK 0.23 0.62 0 0.76
HSL 277.3º 0.45% 0.16% -
HSV(B) 277.3º 0.62% 0.24% -
XYZ 2.25 1.52 4.45 -
YUV 34.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 46 23 60 0.23 0.62 0 0.76 277.3 0.45 0.16
Hex 2E 17 3C 17 3E 0 4C 115 2D 10
Octal 56 27 74 27 76 0 114 425 55 20
Binary 101110 10111 111100 10111 111110 0 1001100 100010101 101101 10000

Color Harmonies of #2E173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E173C

Black with #2E173C

Text Example


Text Example

White with #2E173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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