Html Css Color HEX #2E064B Blackcurrant

📋 copy color: '#2E064B'

red 46 ◦ green 6 ◦ blue 75

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

Shades of Blackcurrant #2E064B

Tints of Blackcurrant #2E064B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.72%

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

R = 36.22%
G = 4.72%
B = 59.06%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E064B (or 0x2E064B) is known color: Blackcurrant. HEX triplet: 2E, 06 and 4B. RGB value is (46,6,75). Sum of RGB (Red+Green+Blue) = 46+6+75=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E064B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E064B is #D1F9B4. Grayscale: #191919. Windows color (decimal): -13760949 or 4916782. OLE color: 4916782.

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

Color convert

RGB 46 6 75 -
CMYK 0.39 0.92 0 0.71
HSL 274.78º 0.85% 0.16% -
HSV(B) 274.78º 0.92% 0.29% -
XYZ 2.46 1.22 6.76 -
YUV 25.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 46 6 75 0.39 0.92 0 0.71 274.78 0.85 0.16
Hex 2E 6 4B 27 5C 0 47 113 55 10
Octal 56 6 113 47 134 0 107 423 125 20
Binary 101110 110 1001011 100111 1011100 0 1000111 100010011 1010101 10000

Color Harmonies of #2E064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E064B

Black with #2E064B

Text Example


Text Example

White with #2E064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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