#2B034D

Color #2B034D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2B034D

Tints of Blackcurrant #2B034D

Color information

#2B034D (or 0x2B034D) is unknown color: approx Blackcurrant. HEX triplet: 2B, 03 and 4D. RGB value is (43,3,77). Sum of RGB (Red+Green+Blue) = 43+3+77=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B034D is #D4FCB2. Grayscale: #171717. Windows color (decimal): -13958323 or 5047083. OLE color: 5047083.

HSL color Cylindrical-coordinate representation of color #2B034D: hue angle of 272.43º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B034D is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB43377-
CMYK0.440.9600.70
HSL272.43º92.5%15.69%-
HSV(B)272.43º96.1%30.2%-
XYZ2.371.117.11-
YUV23.4158.25141.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.96%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 77 (30.47% from 255) = 62.60%
R=34.96%
G=2.44%
B=62.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal433770.440.9600.70272.4392.515.69
Hex2B34D2C600461105c10
Octal53311554140010642013420
Binary101011111001101101100110000001000110100010000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,3,77); }

 H1.HeaderClassName
 {
   color: #2B034D;
 }
 .AnyTagClassName
 {
   color: #2B034D;
 }
</style>
background-color css

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

 a { background-color: rgb(43,3,77); }

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

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

 span { border-color: rgb(43,3,77); }

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