#2B034B

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

Shades of Blackcurrant #2B034B

Tints of Blackcurrant #2B034B

Color information

#2B034B (or 0x2B034B) is unknown color: approx Blackcurrant. HEX triplet: 2B, 03 and 4B. RGB value is (43,3,75). Sum of RGB (Red+Green+Blue) = 43+3+75=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B034B is #D4FCB4. Grayscale: #161616. Windows color (decimal): -13958325 or 4916011. OLE color: 4916011.

HSL color Cylindrical-coordinate representation of color #2B034B: hue angle of 273.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B034B is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB43375-
CMYK0.430.9600.71
HSL273.33º92.31%15.29%-
HSV(B)273.33º96%29.41%-
XYZ2.31.096.75-
YUV23.17157.25142.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.54%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 75 (29.69% from 255) = 61.98%
R=35.54%
G=2.48%
B=61.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal433750.430.9600.71273.3392.3115.29
Hex2B34B2B600471115cf
Octal53311353140010742113417
Binary10101111100101110101111000000100011110001000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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