#2B172F

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

Shades of Blackcurrant #2B172F

Tints of Blackcurrant #2B172F

Color information

#2B172F (or 0x2B172F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 17 and 2F. RGB value is (43,23,47). Sum of RGB (Red+Green+Blue) = 43+23+47=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B172F is #D4E8D0. Grayscale: #1F1F1F. Windows color (decimal): -13953233 or 3086123. OLE color: 3086123.

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

Color convert

RGB432347-
CMYK0.090.5100.82
HSL290º34.29%13.73%-
HSV(B)290º51.06%18.43%-
XYZ1.821.332.85-
YUV31.72136.63136.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.05%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=38.05%
G=20.35%
B=41.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4323470.090.5100.8229034.2913.73
Hex2B172F93305212222e
Octal532757116301224424216
Binary101011101111011111001110011010100101001000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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