#2B034F

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

Shades of Blackcurrant #2B034F

Tints of Blackcurrant #2B034F

Color information

#2B034F (or 0x2B034F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 03 and 4F. RGB value is (43,3,79). Sum of RGB (Red+Green+Blue) = 43+3+79=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B034F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B034F is #D4FCB0. Grayscale: #171717. Windows color (decimal): -13958321 or 5178155. OLE color: 5178155.

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

Color convert

RGB43379-
CMYK0.460.9600.69
HSL271.58º92.68%16.08%-
HSV(B)271.58º96.2%30.98%-
XYZ2.441.147.49-
YUV23.62159.25141.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=34.4%
G=2.4%
B=63.2%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal433790.460.9600.69271.5892.6816.08
Hex2B34F2E600451105d10
Octal53311756140010542013520
Binary101011111001111101110110000001000101100010000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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