#2B182F

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

Shades of Blackcurrant #2B182F

Tints of Blackcurrant #2B182F

Color information

#2B182F (or 0x2B182F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 18 and 2F. RGB value is (43,24,47). Sum of RGB (Red+Green+Blue) = 43+24+47=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B182F is #D4E7D0. Grayscale: #202020. Windows color (decimal): -13952977 or 3086379. OLE color: 3086379.

HSL color Cylindrical-coordinate representation of color #2B182F: hue angle of 289.57º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B182F is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB432447-
CMYK0.090.4900.82
HSL289.57º32.39%13.92%-
HSV(B)289.57º48.94%18.43%-
XYZ1.841.372.86-
YUV32.3136.29135.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.72%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 47 (18.75% from 255) = 41.23%
R=37.72%
G=21.05%
B=41.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4324470.090.4900.82289.5732.3913.92
Hex2B182F93105212220e
Octal533057116101224424016
Binary101011110001011111001110001010100101001000101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,24,47); }

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

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

 a { background-color: rgb(43,24,47); }

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

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

 span { border-color: rgb(43,24,47); }

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