#2B0B44

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

Shades of Blackcurrant #2B0B44

Tints of Blackcurrant #2B0B44

Color information

#2B0B44 (or 0x2B0B44) is unknown color: approx Blackcurrant. HEX triplet: 2B, 0B and 44. RGB value is (43,11,68). Sum of RGB (Red+Green+Blue) = 43+11+68=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #2B0B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B44 is #D4F4BB. Grayscale: #1A1A1A. Windows color (decimal): -13956284 or 4459307. OLE color: 4459307.

HSL color Cylindrical-coordinate representation of color #2B0B44: hue angle of 273.68º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B0B44 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB431168-
CMYK0.370.8400.73
HSL273.68º72.15%15.49%-
HSV(B)273.68º83.82%26.67%-
XYZ2.161.175.58-
YUV27.07151.1139.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.25%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 68 (26.95% from 255) = 55.74%
R=35.25%
G=9.02%
B=55.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4311680.370.8400.73273.6872.1515.49
Hex2BB44255404911248f
Octal531310445124011142211017
Binary1010111011100010010010110101000100100110001001010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,11,68); }

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

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

 a { background-color: rgb(43,11,68); }

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

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

 span { border-color: rgb(43,11,68); }

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