#2F1245

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

Shades of Blackcurrant #2F1245

Tints of Blackcurrant #2F1245

Color information

#2F1245 (or 0x2F1245) is unknown color: approx Blackcurrant. HEX triplet: 2F, 12 and 45. RGB value is (47,18,69). Sum of RGB (Red+Green+Blue) = 47+18+69=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 69 (27.34% from 255 or 51.49% from 134); Max value from RGB is 69 - color contains mainly: blue. Hex color #2F1245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1245 is #D0EDBA. Grayscale: #202020. Windows color (decimal): -13692347 or 4526639. OLE color: 4526639.

HSL color Cylindrical-coordinate representation of color #2F1245: hue angle of 274.12º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F1245 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB471869-
CMYK0.320.7400.73
HSL274.12º58.62%17.06%-
HSV(B)274.12º73.91%27.06%-
XYZ2.461.475.78-
YUV32.48148.61138.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 69 (27.34% from 255) = 51.49%
R=35.07%
G=13.43%
B=51.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4718690.320.7400.73274.1258.6217.06
Hex2F1245204A0491123b11
Octal57221054011201114227321
Binary10111110010100010110000010010100100100110001001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,18,69); }

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

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

 a { background-color: rgb(47,18,69); }

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

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

 span { border-color: rgb(47,18,69); }

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