Html Css Color HEX #2E013C Blackcurrant

📋 copy color: '#2E013C'

red 46 ◦ green 1 ◦ blue 60

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

Shades of Blackcurrant #2E013C

Tints of Blackcurrant #2E013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 56.07%

R = 42.99%
G = 0.93%
B = 56.07%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E013C (or 0x2E013C) is known color: Blackcurrant. HEX triplet: 2E, 01 and 3C. RGB value is (46,1,60). Sum of RGB (Red+Green+Blue) = 46+1+60=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E013C is #D1FEC3. Grayscale: #141414. Windows color (decimal): -13762244 or 3932462. OLE color: 3932462.

HSL color Cylindrical-coordinate representation of color #2E013C: hue angle of 285.76º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E013C is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 1 60 -
CMYK 0.23 0.98 0 0.76
HSL 285.76º 0.97% 0.12% -
HSV(B) 285.76º 0.98% 0.24% -
XYZ 1.95 0.93 4.35 -
YUV 21.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 46 1 60 0.23 0.98 0 0.76 285.76 0.97 0.12
Hex 2E 1 3C 17 62 0 4C 11E 61 C
Octal 56 1 74 27 142 0 114 436 141 14
Binary 101110 1 111100 10111 1100010 0 1001100 100011110 1100001 1100

Color Harmonies of #2E013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E013C

Black with #2E013C

Text Example


Text Example

White with #2E013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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