#2B1634

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

Shades of Blackcurrant #2B1634

Tints of Blackcurrant #2B1634

Color information

#2B1634 (or 0x2B1634) is unknown color: approx Blackcurrant. HEX triplet: 2B, 16 and 34. RGB value is (43,22,52). Sum of RGB (Red+Green+Blue) = 43+22+52=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #2B1634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1634 is #D4E9CB. Grayscale: #1F1F1F. Windows color (decimal): -13953484 or 3413547. OLE color: 3413547.

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

Color convert

RGB432252-
CMYK0.170.5800.80
HSL282º40.54%14.51%-
HSV(B)282º57.69%20.39%-
XYZ1.91.343.41-
YUV31.7139.46136.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.75%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 52 (20.70% from 255) = 44.44%
R=36.75%
G=18.80%
B=44.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4322520.170.5800.8028240.5414.51
Hex2B1634113A05011a29f
Octal532664217201204325117
Binary1010111011011010010001111010010100001000110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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