#2B1F35

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

Shades of Blackcurrant #2B1F35

Tints of Blackcurrant #2B1F35

Color information

#2B1F35 (or 0x2B1F35) is unknown color: approx Blackcurrant. HEX triplet: 2B, 1F and 35. RGB value is (43,31,53). Sum of RGB (Red+Green+Blue) = 43+31+53=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 53 - color contains mainly: blue. Hex color #2B1F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1F35 is #D4E0CA. Grayscale: #252525. Windows color (decimal): -13951179 or 3481387. OLE color: 3481387.

HSL color Cylindrical-coordinate representation of color #2B1F35: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B1F35 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB433153-
CMYK0.190.4200.79
HSL272.73º26.19%16.47%-
HSV(B)272.73º41.51%20.78%-
XYZ2.131.753.59-
YUV37.1136.98132.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.86%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=33.86%
G=24.41%
B=41.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4331530.190.4200.79272.7326.1916.47
Hex2B1F35132A04F1111a10
Octal533765235201174213220
Binary1010111111111010110011101010010011111000100011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,31,53); }

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

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

 a { background-color: rgb(43,31,53); }

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

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

 span { border-color: rgb(43,31,53); }

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