Html Css Color HEX #2E0137 Blackcurrant

📋 copy color: '#2E0137'

red 46 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #2E0137

Tints of Blackcurrant #2E0137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.98%

 BLUE value IS 55 (21.88% from 255) = 53.92%

R = 45.1%
G = 0.98%
B = 53.92%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E0137 (or 0x2E0137) is known color: Blackcurrant. HEX triplet: 2E, 01 and 37. RGB value is (46,1,55). Sum of RGB (Red+Green+Blue) = 46+1+55=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0137 is #D1FEC8. Grayscale: #141414. Windows color (decimal): -13762249 or 3604782. OLE color: 3604782.

HSL color Cylindrical-coordinate representation of color #2E0137: hue angle of 290º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0137 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 1 55 -
CMYK 0.16 0.98 0 0.78
HSL 290º 0.96% 0.11% -
HSV(B) 290º 0.98% 0.22% -
XYZ 1.83 0.88 3.69 -
YUV 20.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 46 1 55 0.16 0.98 0 0.78 290 0.96 0.11
Hex 2E 1 37 10 62 0 4E 122 60 B
Octal 56 1 67 20 142 0 116 442 140 13
Binary 101110 1 110111 10000 1100010 0 1001110 100100010 1100000 1011

Color Harmonies of #2E0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0137

Black with #2E0137

Text Example


Text Example

White with #2E0137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,1,55); }

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

background-color css

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

 a { background-color: rgb(46,1,55); }

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

border-color css

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

 span { border-color: rgb(46,1,55); }

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