#2B1134

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

Shades of Blackcurrant #2B1134

Tints of Blackcurrant #2B1134

Color information

#2B1134 (or 0x2B1134) is unknown color: approx Blackcurrant. HEX triplet: 2B, 11 and 34. RGB value is (43,17,52). Sum of RGB (Red+Green+Blue) = 43+17+52=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #2B1134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1134 is #D4EECB. Grayscale: #1C1C1C. Windows color (decimal): -13954764 or 3412267. OLE color: 3412267.

HSL color Cylindrical-coordinate representation of color #2B1134: hue angle of 284.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B1134 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB431752-
CMYK0.170.6700.80
HSL284.57º50.72%13.53%-
HSV(B)284.57º67.31%20.39%-
XYZ1.821.163.38-
YUV28.76141.11138.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.39%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 52 (20.70% from 255) = 46.43%
R=38.39%
G=15.18%
B=46.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4317520.170.6700.80284.5750.7213.53
Hex2B1134114305011d33e
Octal5321642110301204356316
Binary10101110001110100100011000011010100001000111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,17,52); }

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

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

 a { background-color: rgb(43,17,52); }

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

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

 span { border-color: rgb(43,17,52); }

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