#2F1143

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

Shades of Blackcurrant #2F1143

Tints of Blackcurrant #2F1143

Color information

#2F1143 (or 0x2F1143) is unknown color: approx Blackcurrant. HEX triplet: 2F, 11 and 43. RGB value is (47,17,67). Sum of RGB (Red+Green+Blue) = 47+17+67=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #2F1143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1143 is #D0EEBC. Grayscale: #1F1F1F. Windows color (decimal): -13692605 or 4395311. OLE color: 4395311.

HSL color Cylindrical-coordinate representation of color #2F1143: hue angle of 276º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F1143 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB471767-
CMYK0.300.7500.74
HSL276º59.52%16.47%-
HSV(B)276º74.63%26.27%-
XYZ2.391.415.46-
YUV31.67147.94138.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.88%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 67 (26.56% from 255) = 51.15%
R=35.88%
G=12.98%
B=51.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4717670.300.7500.7427659.5216.47
Hex2F11431E4B04A1143c10
Octal57211033611301124247420
Binary1011111000110000111111010010110100101010001010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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