Html Css Color HEX #2E004C Blackcurrant

📋 copy color: '#2E004C'

red 46 ◦ green 0 ◦ blue 76

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

Shades of Blackcurrant #2E004C

Tints of Blackcurrant #2E004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.7%
G = 0%
B = 62.3%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E004C (or 0x2E004C) is known color: Blackcurrant. HEX triplet: 2E, 00 and 4C. RGB value is (46,0,76). Sum of RGB (Red+Green+Blue) = 46+0+76=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E004C is #D1FFB3. Grayscale: #161616. Windows color (decimal): -13762484 or 4980782. OLE color: 4980782.

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

Color convert

RGB 46 0 76 -
CMYK 0.39 1 0 0.70
HSL 276.32º 1% 0.15% -
HSV(B) 276.32º 1% 0.3% -
XYZ 2.43 1.1 6.92 -
YUV 22.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 46 0 76 0.39 1 0 0.70 276.32 1 0.15
Hex 2E 0 4C 27 64 0 46 114 64 F
Octal 56 0 114 47 144 0 106 424 144 17
Binary 101110 0 1001100 100111 1100100 0 1000110 100010100 1100100 1111

Color Harmonies of #2E004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E004C

Black with #2E004C

Text Example


Text Example

White with #2E004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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