Html Css Color HEX #2B023A Blackcurrant

📋 copy color: '#2B023A'

red 43 ◦ green 2 ◦ blue 58

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

Shades of Blackcurrant #2B023A

Tints of Blackcurrant #2B023A

RGB

 RED value IS 43 (17.19% from 255) = 41.75%

 GREEN value IS 2 (1.17% from 255) = 1.94%

 BLUE value IS 58 (23.05% from 255) = 56.31%

R = 41.75%
G = 1.94%
B = 56.31%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2B023A (or 0x2B023A) is known color: Blackcurrant. HEX triplet: 2B, 02 and 3A. RGB value is (43,2,58). Sum of RGB (Red+Green+Blue) = 43+2+58=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B023A is #D4FDC5. Grayscale: #141414. Windows color (decimal): -13958598 or 3801643. OLE color: 3801643.

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

Color convert

RGB 43 2 58 -
CMYK 0.26 0.97 0 0.77
HSL 283.93º 0.93% 0.12% -
HSV(B) 283.93º 0.97% 0.23% -
XYZ 1.78 0.86 4.08 -
YUV 20.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 43 2 58 0.26 0.97 0 0.77 283.93 0.93 0.12
Hex 2B 2 3A 1A 61 0 4D 11C 5D C
Octal 53 2 72 32 141 0 115 434 135 14
Binary 101011 10 111010 11010 1100001 0 1001101 100011100 1011101 1100

Color Harmonies of #2B023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B023A

Black with #2B023A

Text Example


Text Example

White with #2B023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,2,58); }

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

background-color css

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

 a { background-color: rgb(43,2,58); }

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

border-color css

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

 span { border-color: rgb(43,2,58); }

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