Html Css Color HEX #2E044C Blackcurrant

📋 copy color: '#2E044C'

red 46 ◦ green 4 ◦ blue 76

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

Shades of Blackcurrant #2E044C

Tints of Blackcurrant #2E044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.17%

 BLUE value IS 76 (30.08% from 255) = 60.32%

R = 36.51%
G = 3.17%
B = 60.32%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E044C (or 0x2E044C) is known color: Blackcurrant. HEX triplet: 2E, 04 and 4C. RGB value is (46,4,76). Sum of RGB (Red+Green+Blue) = 46+4+76=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E044C is #D1FBB3. Grayscale: #181818. Windows color (decimal): -13761460 or 4981806. OLE color: 4981806.

HSL color Cylindrical-coordinate representation of color #2E044C: hue angle of 275º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E044C is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 4 76 -
CMYK 0.39 0.95 0 0.70
HSL 275º 0.9% 0.16% -
HSV(B) 275º 0.95% 0.3% -
XYZ 2.47 1.19 6.94 -
YUV 24.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 46 4 76 0.39 0.95 0 0.70 275 0.9 0.16
Hex 2E 4 4C 27 5F 0 46 113 5A 10
Octal 56 4 114 47 137 0 106 423 132 20
Binary 101110 100 1001100 100111 1011111 0 1000110 100010011 1011010 10000

Color Harmonies of #2E044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E044C

Black with #2E044C

Text Example


Text Example

White with #2E044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,4,76); }

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

background-color css

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

 a { background-color: rgb(46,4,76); }

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

border-color css

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

 span { border-color: rgb(46,4,76); }

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