#2F1540

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

Shades of Blackcurrant #2F1540

Tints of Blackcurrant #2F1540

Color information

#2F1540 (or 0x2F1540) is unknown color: approx Blackcurrant. HEX triplet: 2F, 15 and 40. RGB value is (47,21,64). Sum of RGB (Red+Green+Blue) = 47+21+64=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F1540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1540 is #D0EABF. Grayscale: #212121. Windows color (decimal): -13691584 or 4199727. OLE color: 4199727.

HSL color Cylindrical-coordinate representation of color #2F1540: hue angle of 276.28º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F1540 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB472164-
CMYK0.270.6700.75
HSL276.28º50.59%16.67%-
HSV(B)276.28º67.19%25.1%-
XYZ2.371.515.02-
YUV33.68145.11137.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.61%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=35.61%
G=15.91%
B=48.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4721640.270.6700.75276.2850.5916.67
Hex2F15401B4304B1143311
Octal57251003310301134246321
Binary1011111010110000001101110000110100101110001010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,21,64); }

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

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

 a { background-color: rgb(47,21,64); }

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

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

 span { border-color: rgb(47,21,64); }

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