Html Css Color HEX #2E1A3E Blackcurrant

📋 copy color: '#2E1A3E'

red 46 ◦ green 26 ◦ blue 62

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

Shades of Blackcurrant #2E1A3E

Tints of Blackcurrant #2E1A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.4%

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

R = 34.33%
G = 19.4%
B = 46.27%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E1A3E (or 0x2E1A3E) is known color: Blackcurrant. HEX triplet: 2E, 1A and 3E. RGB value is (46,26,62). Sum of RGB (Red+Green+Blue) = 46+26+62=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E1A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A3E is #D1E5C1. Grayscale: #232323. Windows color (decimal): -13755842 or 4069934. OLE color: 4069934.

HSL color Cylindrical-coordinate representation of color #2E1A3E: hue angle of 273.33º 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 #2E1A3E is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 26 62 -
CMYK 0.26 0.58 0 0.76
HSL 273.33º 0.41% 0.17% -
HSV(B) 273.33º 0.58% 0.24% -
XYZ 2.37 1.67 4.75 -
YUV 36.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 46 26 62 0.26 0.58 0 0.76 273.33 0.41 0.17
Hex 2E 1A 3E 1A 3A 0 4C 111 29 11
Octal 56 32 76 32 72 0 114 421 51 21
Binary 101110 11010 111110 11010 111010 0 1001100 100010001 101001 10001

Color Harmonies of #2E1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1A3E

Black with #2E1A3E

Text Example


Text Example

White with #2E1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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