Html Css Color HEX #2E0343 Blackcurrant

📋 copy color: '#2E0343'

red 46 ◦ green 3 ◦ blue 67

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

Shades of Blackcurrant #2E0343

Tints of Blackcurrant #2E0343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 57.76%

R = 39.66%
G = 2.59%
B = 57.76%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#2E0343 (or 0x2E0343) is known color: Blackcurrant. HEX triplet: 2E, 03 and 43. RGB value is (46,3,67). Sum of RGB (Red+Green+Blue) = 46+3+67=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #2E0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0343 is #D1FCBC. Grayscale: #161616. Windows color (decimal): -13761725 or 4391726. OLE color: 4391726.

HSL color Cylindrical-coordinate representation of color #2E0343: hue angle of 280.31º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0343 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 46 3 67 -
CMYK 0.31 0.96 0 0.74
HSL 280.31º 0.91% 0.14% -
HSV(B) 280.31º 0.96% 0.26% -
XYZ 2.17 1.05 5.4 -
YUV 23.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 46 3 67 0.31 0.96 0 0.74 280.31 0.91 0.14
Hex 2E 3 43 1F 60 0 4A 118 5B E
Octal 56 3 103 37 140 0 112 430 133 16
Binary 101110 11 1000011 11111 1100000 0 1001010 100011000 1011011 1110

Color Harmonies of #2E0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0343

Black with #2E0343

Text Example


Text Example

White with #2E0343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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