Html Css Color HEX #2E104D Blackcurrant

📋 copy color: '#2E104D'

red 46 ◦ green 16 ◦ blue 77

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

Shades of Blackcurrant #2E104D

Tints of Blackcurrant #2E104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

 BLUE value IS 77 (30.47% from 255) = 55.4%

R = 33.09%
G = 11.51%
B = 55.4%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E104D (or 0x2E104D) is known color: Blackcurrant. HEX triplet: 2E, 10 and 4D. RGB value is (46,16,77). Sum of RGB (Red+Green+Blue) = 46+16+77=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E104D is #D1EFB2. Grayscale: #1F1F1F. Windows color (decimal): -13758387 or 5050414. OLE color: 5050414.

HSL color Cylindrical-coordinate representation of color #2E104D: hue angle of 269.51º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E104D is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 16 77 -
CMYK 0.40 0.79 0 0.70
HSL 269.51º 0.66% 0.18% -
HSV(B) 269.51º 0.79% 0.3% -
XYZ 2.65 1.49 7.17 -
YUV 31.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 46 16 77 0.40 0.79 0 0.70 269.51 0.66 0.18
Hex 2E 10 4D 28 4F 0 46 10E 42 12
Octal 56 20 115 50 117 0 106 416 102 22
Binary 101110 10000 1001101 101000 1001111 0 1000110 100001110 1000010 10010

Color Harmonies of #2E104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E104D

Black with #2E104D

Text Example


Text Example

White with #2E104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,16,77); }

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

background-color css

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

 a { background-color: rgb(46,16,77); }

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

border-color css

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

 span { border-color: rgb(46,16,77); }

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