Html Css Color HEX #2E033E Blackcurrant

📋 copy color: '#2E033E'

red 46 ◦ green 3 ◦ blue 62

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

Shades of Blackcurrant #2E033E

Tints of Blackcurrant #2E033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 55.86%

R = 41.44%
G = 2.7%
B = 55.86%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E033E (or 0x2E033E) is known color: Blackcurrant. HEX triplet: 2E, 03 and 3E. RGB value is (46,3,62). Sum of RGB (Red+Green+Blue) = 46+3+62=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 62 (24.61% from 255 or 55.86% from 111); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E033E is #D1FCC1. Grayscale: #161616. Windows color (decimal): -13761730 or 4064046. OLE color: 4064046.

HSL color Cylindrical-coordinate representation of color #2E033E: hue angle of 283.73º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E033E is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 3 62 -
CMYK 0.26 0.95 0 0.76
HSL 283.73º 0.91% 0.13% -
HSV(B) 283.73º 0.95% 0.24% -
XYZ 2.03 0.99 4.64 -
YUV 22.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 46 3 62 0.26 0.95 0 0.76 283.73 0.91 0.13
Hex 2E 3 3E 1A 5F 0 4C 11C 5B D
Octal 56 3 76 32 137 0 114 434 133 15
Binary 101110 11 111110 11010 1011111 0 1001100 100011100 1011011 1101

Color Harmonies of #2E033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E033E

Black with #2E033E

Text Example


Text Example

White with #2E033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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