#2B1E2F

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

Shades of Blackcurrant #2B1E2F

Tints of Blackcurrant #2B1E2F

Color information

#2B1E2F (or 0x2B1E2F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 1E and 2F. RGB value is (43,30,47). Sum of RGB (Red+Green+Blue) = 43+30+47=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B1E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1E2F is #D4E1D0. Grayscale: #232323. Windows color (decimal): -13951441 or 3087915. OLE color: 3087915.

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

Color convert

RGB433047-
CMYK0.090.3600.82
HSL285.88º22.08%15.1%-
HSV(B)285.88º36.17%18.43%-
XYZ1.971.652.9-
YUV35.83134.31133.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 47 (18.75% from 255) = 39.17%
R=35.83%
G=25%
B=39.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4330470.090.3600.82285.8822.0815.1
Hex2B1E2F92405211e16f
Octal533657114401224362617
Binary10101111110101111100110010001010010100011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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