#2B1633

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

Shades of Blackcurrant #2B1633

Tints of Blackcurrant #2B1633

Color information

#2B1633 (or 0x2B1633) is unknown color: approx Blackcurrant. HEX triplet: 2B, 16 and 33. RGB value is (43,22,51). Sum of RGB (Red+Green+Blue) = 43+22+51=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #2B1633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1633 is #D4E9CC. Grayscale: #1F1F1F. Windows color (decimal): -13953485 or 3348011. OLE color: 3348011.

HSL color Cylindrical-coordinate representation of color #2B1633: hue angle of 283.45º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B1633 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB432251-
CMYK0.160.5700.8
HSL283.45º39.73%14.31%-
HSV(B)283.45º56.86%20%-
XYZ1.881.333.29-
YUV31.58138.96136.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.07%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=37.07%
G=18.97%
B=43.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4322510.160.5700.8283.4539.7314.31
Hex2B1633103905011b28e
Octal532663207101204335016
Binary1010111011011001110000111001010100001000110111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,22,51); }

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

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

 a { background-color: rgb(43,22,51); }

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

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

 span { border-color: rgb(43,22,51); }

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