#2F1348

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

Shades of Blackcurrant #2F1348

Tints of Blackcurrant #2F1348

Color information

#2F1348 (or 0x2F1348) is unknown color: approx Blackcurrant. HEX triplet: 2F, 13 and 48. RGB value is (47,19,72). Sum of RGB (Red+Green+Blue) = 47+19+72=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1348 is #D0ECB7. Grayscale: #212121. Windows color (decimal): -13692088 or 4723503. OLE color: 4723503.

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

Color convert

RGB471972-
CMYK0.350.7400.72
HSL271.7º58.24%17.84%-
HSV(B)271.7º73.61%28.24%-
XYZ2.571.546.29-
YUV33.41149.78137.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.06%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=34.06%
G=13.77%
B=52.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4719720.350.7400.72271.758.2417.84
Hex2F1348234A0481103a12
Octal57231104311201104207222
Binary10111110011100100010001110010100100100010001000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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