#2F024B

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

Shades of Blackcurrant #2F024B

Tints of Blackcurrant #2F024B

Color information

#2F024B (or 0x2F024B) is unknown color: approx Blackcurrant. HEX triplet: 2F, 02 and 4B. RGB value is (47,2,75). Sum of RGB (Red+Green+Blue) = 47+2+75=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F024B is #D0FDB4. Grayscale: #171717. Windows color (decimal): -13696437 or 4915759. OLE color: 4915759.

HSL color Cylindrical-coordinate representation of color #2F024B: hue angle of 276.99º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F024B is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB47275-
CMYK0.370.9700.71
HSL276.99º94.81%15.1%-
HSV(B)276.99º97.33%29.41%-
XYZ2.461.166.75-
YUV23.78156.91144.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.90%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 75 (29.69% from 255) = 60.48%
R=37.90%
G=1.61%
B=60.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal472750.370.9700.71276.9994.8115.1
Hex2F24B25610471155ff
Octal57211345141010742513717
Binary10111110100101110010111000010100011110001010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,2,75); }

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

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

 a { background-color: rgb(47,2,75); }

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

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

 span { border-color: rgb(47,2,75); }

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