#2F044F

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

Shades of Blackcurrant #2F044F

Tints of Blackcurrant #2F044F

Color information

#2F044F (or 0x2F044F) is unknown color: approx Blackcurrant. HEX triplet: 2F, 04 and 4F. RGB value is (47,4,79). Sum of RGB (Red+Green+Blue) = 47+4+79=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F044F is #D0FBB0. Grayscale: #191919. Windows color (decimal): -13695921 or 5178415. OLE color: 5178415.

HSL color Cylindrical-coordinate representation of color #2F044F: hue angle of 274.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F044F is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB47479-
CMYK0.410.9500.69
HSL274.4º90.36%16.27%-
HSV(B)274.4º94.94%30.98%-
XYZ2.631.267.5-
YUV25.41158.25143.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.15%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 79 (31.25% from 255) = 60.77%
R=36.15%
G=3.08%
B=60.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal474790.410.9500.69274.490.3616.27
Hex2F44F295F0451125a10
Octal57411751137010542213220
Binary1011111001001111101001101111101000101100010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,4,79); }

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

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

 a { background-color: rgb(47,4,79); }

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

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

 span { border-color: rgb(47,4,79); }

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