Html Css Color HEX #2E013E Blackcurrant

📋 copy color: '#2E013E'

red 46 ◦ green 1 ◦ blue 62

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

Shades of Blackcurrant #2E013E

Tints of Blackcurrant #2E013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

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

R = 42.2%
G = 0.92%
B = 56.88%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E013E (or 0x2E013E) is known color: Blackcurrant. HEX triplet: 2E, 01 and 3E. RGB value is (46,1,62). Sum of RGB (Red+Green+Blue) = 46+1+62=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 62 (24.61% from 255 or 56.88% from 109); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E013E is #D1FEC1. Grayscale: #151515. Windows color (decimal): -13762242 or 4063534. OLE color: 4063534.

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

Color convert

RGB 46 1 62 -
CMYK 0.26 0.98 0 0.76
HSL 284.26º 0.97% 0.12% -
HSV(B) 284.26º 0.98% 0.24% -
XYZ 2.01 0.95 4.64 -
YUV 21.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 46 1 62 0.26 0.98 0 0.76 284.26 0.97 0.12
Hex 2E 1 3E 1A 62 0 4C 11C 61 C
Octal 56 1 76 32 142 0 114 434 141 14
Binary 101110 1 111110 11010 1100010 0 1001100 100011100 1100001 1100

Color Harmonies of #2E013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E013E

Black with #2E013E

Text Example


Text Example

White with #2E013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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