#2F0952

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

Shades of Blackcurrant #2F0952

Tints of Blackcurrant #2F0952

Color information

#2F0952 (or 0x2F0952) is unknown color: approx Blackcurrant. HEX triplet: 2F, 09 and 52. RGB value is (47,9,82). Sum of RGB (Red+Green+Blue) = 47+9+82=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #2F0952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0952 is #D0F6AD. Grayscale: #1C1C1C. Windows color (decimal): -13694638 or 5376303. OLE color: 5376303.

HSL color Cylindrical-coordinate representation of color #2F0952: hue angle of 271.23º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0952 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB47982-
CMYK0.430.8900.68
HSL271.23º80.22%17.84%-
HSV(B)271.23º89.02%32.16%-
XYZ2.791.418.11-
YUV28.68158.09141.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.06%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 82 (32.42% from 255) = 59.42%
R=34.06%
G=6.52%
B=59.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal479820.430.8900.68271.2380.2217.84
Hex2F9522B5904410f5012
Octal571112253131010441712022
Binary10111110011010010101011101100101000100100001111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,9,82); }

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

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

 a { background-color: rgb(47,9,82); }

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

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

 span { border-color: rgb(47,9,82); }

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