#2F1148

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

Shades of Blackcurrant #2F1148

Tints of Blackcurrant #2F1148

Color information

#2F1148 (or 0x2F1148) is unknown color: approx Blackcurrant. HEX triplet: 2F, 11 and 48. RGB value is (47,17,72). Sum of RGB (Red+Green+Blue) = 47+17+72=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1148 is #D0EEB7. Grayscale: #202020. Windows color (decimal): -13692600 or 4722991. OLE color: 4722991.

HSL color Cylindrical-coordinate representation of color #2F1148: hue angle of 272.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F1148 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB471772-
CMYK0.350.7600.72
HSL272.73º61.8%17.45%-
HSV(B)272.73º76.39%28.24%-
XYZ2.541.476.28-
YUV32.24150.44138.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.56%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=34.56%
G=12.5%
B=52.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4717720.350.7600.72272.7361.817.45
Hex2F1148234C0481113e11
Octal57211104311401104217621
Binary10111110001100100010001110011000100100010001000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,17,72); }

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

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

 a { background-color: rgb(47,17,72); }

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

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

 span { border-color: rgb(47,17,72); }

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