#2F094D

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

Shades of Blackcurrant #2F094D

Tints of Blackcurrant #2F094D

Color information

#2F094D (or 0x2F094D) is unknown color: approx Blackcurrant. HEX triplet: 2F, 09 and 4D. RGB value is (47,9,77). Sum of RGB (Red+Green+Blue) = 47+9+77=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F094D is #D0F6B2. Grayscale: #1B1B1B. Windows color (decimal): -13694643 or 5048623. OLE color: 5048623.

HSL color Cylindrical-coordinate representation of color #2F094D: hue angle of 273.53º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F094D is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB47977-
CMYK0.390.8800.70
HSL273.53º79.07%16.86%-
HSV(B)273.53º88.31%30.2%-
XYZ2.611.347.14-
YUV28.11155.59141.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.34%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 77 (30.47% from 255) = 57.89%
R=35.34%
G=6.77%
B=57.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal479770.390.8800.70273.5379.0716.86
Hex2F94D27580461124f11
Octal571111547130010642211721
Binary10111110011001101100111101100001000110100010010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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