#2F1944

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

Shades of Blackcurrant #2F1944

Tints of Blackcurrant #2F1944

Color information

#2F1944 (or 0x2F1944) is unknown color: approx Blackcurrant. HEX triplet: 2F, 19 and 44. RGB value is (47,25,68). Sum of RGB (Red+Green+Blue) = 47+25+68=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #2F1944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1944 is #D0E6BB. Grayscale: #242424. Windows color (decimal): -13690556 or 4462895. OLE color: 4462895.

HSL color Cylindrical-coordinate representation of color #2F1944: hue angle of 270.7º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F1944 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB472568-
CMYK0.310.6300.73
HSL270.7º46.24%18.24%-
HSV(B)270.7º63.24%26.67%-
XYZ2.561.725.67-
YUV36.48145.79135.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.57%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 68 (26.95% from 255) = 48.57%
R=33.57%
G=17.86%
B=48.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4725680.310.6300.73270.746.2418.24
Hex2F19441F3F04910f2e12
Octal5731104377701114175622
Binary101111110011000100111111111110100100110000111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,25,68); }

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

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

 a { background-color: rgb(47,25,68); }

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

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

 span { border-color: rgb(47,25,68); }

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