Html Css Color HEX #2E034B Blackcurrant

📋 copy color: '#2E034B'

red 46 ◦ green 3 ◦ blue 75

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

Shades of Blackcurrant #2E034B

Tints of Blackcurrant #2E034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

 BLUE value IS 75 (29.69% from 255) = 60.48%

R = 37.1%
G = 2.42%
B = 60.48%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E034B (or 0x2E034B) is known color: Blackcurrant. HEX triplet: 2E, 03 and 4B. RGB value is (46,3,75). Sum of RGB (Red+Green+Blue) = 46+3+75=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E034B is #D1FCB4. Grayscale: #171717. Windows color (decimal): -13761717 or 4916014. OLE color: 4916014.

HSL color Cylindrical-coordinate representation of color #2E034B: hue angle of 275.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E034B is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 3 75 -
CMYK 0.39 0.96 0 0.71
HSL 275.83º 0.92% 0.15% -
HSV(B) 275.83º 0.96% 0.29% -
XYZ 2.43 1.15 6.75 -
YUV 24.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 46 3 75 0.39 0.96 0 0.71 275.83 0.92 0.15
Hex 2E 3 4B 27 60 0 47 114 5C F
Octal 56 3 113 47 140 0 107 424 134 17
Binary 101110 11 1001011 100111 1100000 0 1000111 100010100 1011100 1111

Color Harmonies of #2E034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E034B

Black with #2E034B

Text Example


Text Example

White with #2E034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,3,75); }

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

background-color css

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

 a { background-color: rgb(46,3,75); }

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

border-color css

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

 span { border-color: rgb(46,3,75); }

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