Html Css Color HEX #2E163E Blackcurrant

📋 copy color: '#2E163E'

red 46 ◦ green 22 ◦ blue 62

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

Shades of Blackcurrant #2E163E

Tints of Blackcurrant #2E163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

 BLUE value IS 62 (24.61% from 255) = 47.69%

R = 35.38%
G = 16.92%
B = 47.69%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E163E (or 0x2E163E) is known color: Blackcurrant. HEX triplet: 2E, 16 and 3E. RGB value is (46,22,62). Sum of RGB (Red+Green+Blue) = 46+22+62=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E163E is #D1E9C1. Grayscale: #212121. Windows color (decimal): -13756866 or 4068910. OLE color: 4068910.

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

Color convert

RGB 46 22 62 -
CMYK 0.26 0.65 0 0.76
HSL 276º 0.48% 0.16% -
HSV(B) 276º 0.65% 0.24% -
XYZ 2.28 1.5 4.73 -
YUV 33.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 46 22 62 0.26 0.65 0 0.76 276 0.48 0.16
Hex 2E 16 3E 1A 41 0 4C 114 30 10
Octal 56 26 76 32 101 0 114 424 60 20
Binary 101110 10110 111110 11010 1000001 0 1001100 100010100 110000 10000

Color Harmonies of #2E163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E163E

Black with #2E163E

Text Example


Text Example

White with #2E163E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,22,62); }

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

background-color css

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

 a { background-color: rgb(46,22,62); }

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

border-color css

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

 span { border-color: rgb(46,22,62); }

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