#2B2432

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

Shades of Blackcurrant #2B2432

Tints of Blackcurrant #2B2432

Color information

#2B2432 (or 0x2B2432) is unknown color: approx Blackcurrant. HEX triplet: 2B, 24 and 32. RGB value is (43,36,50). Sum of RGB (Red+Green+Blue) = 43+36+50=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #2B2432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2432 is #D4DBCD. Grayscale: #272727. Windows color (decimal): -13949902 or 3286059. OLE color: 3286059.

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

Color convert

RGB433650-
CMYK0.140.2800.80
HSL270º16.28%16.86%-
HSV(B)270º28%19.61%-
XYZ2.22.013.29-
YUV39.69133.82130.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 50 (19.92% from 255) = 38.76%
R=33.33%
G=27.91%
B=38.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4336500.140.2800.8027016.2816.86
Hex2B2432E1C05010e1011
Octal534462163401204162021
Binary101011100100110010111011100010100001000011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,36,50); }

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

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

 a { background-color: rgb(43,36,50); }

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

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

 span { border-color: rgb(43,36,50); }

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