Html Css Color HEX #2E003F Blackcurrant

📋 copy color: '#2E003F'

red 46 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #2E003F

Tints of Blackcurrant #2E003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 57.8%

R = 42.2%
G = 0%
B = 57.8%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E003F (or 0x2E003F) is known color: Blackcurrant. HEX triplet: 2E, 00 and 3F. RGB value is (46,0,63). Sum of RGB (Red+Green+Blue) = 46+0+63=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E003F is #D1FFC0. Grayscale: #141414. Windows color (decimal): -13762497 or 4128814. OLE color: 4128814.

HSL color Cylindrical-coordinate representation of color #2E003F: hue angle of 283.81º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E003F is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 0 63 -
CMYK 0.27 1 0 0.75
HSL 283.81º 1% 0.12% -
HSV(B) 283.81º 1% 0.25% -
XYZ 2.02 0.94 4.78 -
YUV 20.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 46 0 63 0.27 1 0 0.75 283.81 1 0.12
Hex 2E 0 3F 1B 64 0 4B 11C 64 C
Octal 56 0 77 33 144 0 113 434 144 14
Binary 101110 0 111111 11011 1100100 0 1001011 100011100 1100100 1100

Color Harmonies of #2E003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E003F

Black with #2E003F

Text Example


Text Example

White with #2E003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,0,63); }

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

background-color css

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

 a { background-color: rgb(46,0,63); }

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

border-color css

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

 span { border-color: rgb(46,0,63); }

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