Html Css Color HEX #2E1034 Blackcurrant

📋 copy color: '#2E1034'

red 46 ◦ green 16 ◦ blue 52

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

Shades of Blackcurrant #2E1034

Tints of Blackcurrant #2E1034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 45.61%

R = 40.35%
G = 14.04%
B = 45.61%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2E1034 (or 0x2E1034) is known color: Blackcurrant. HEX triplet: 2E, 10 and 34. RGB value is (46,16,52). Sum of RGB (Red+Green+Blue) = 46+16+52=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E1034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1034 is #D1EFCB. Grayscale: #1C1C1C. Windows color (decimal): -13758412 or 3412014. OLE color: 3412014.

HSL color Cylindrical-coordinate representation of color #2E1034: hue angle of 290º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E1034 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 46 16 52 -
CMYK 0.12 0.69 0 0.80
HSL 290º 0.53% 0.13% -
HSV(B) 290º 0.69% 0.2% -
XYZ 1.93 1.2 3.38 -
YUV 29.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 46 16 52 0.12 0.69 0 0.80 290 0.53 0.13
Hex 2E 10 34 C 45 0 50 122 35 D
Octal 56 20 64 14 105 0 120 442 65 15
Binary 101110 10000 110100 1100 1000101 0 1010000 100100010 110101 1101

Color Harmonies of #2E1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1034

Black with #2E1034

Text Example


Text Example

White with #2E1034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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