#2F074B

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

Shades of Blackcurrant #2F074B

Tints of Blackcurrant #2F074B

Color information

#2F074B (or 0x2F074B) is unknown color: approx Blackcurrant. HEX triplet: 2F, 07 and 4B. RGB value is (47,7,75). Sum of RGB (Red+Green+Blue) = 47+7+75=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F074B is #D0F8B4. Grayscale: #1A1A1A. Windows color (decimal): -13695157 or 4917039. OLE color: 4917039.

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

Color convert

RGB47775-
CMYK0.370.9100.71
HSL275.29º82.93%16.08%-
HSV(B)275.29º90.67%29.41%-
XYZ2.521.266.77-
YUV26.71155.25142.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.43%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 75 (29.69% from 255) = 58.14%
R=36.43%
G=5.43%
B=58.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal477750.370.9100.71275.2982.9316.08
Hex2F74B255B0471135310
Octal57711345133010742312320
Binary1011111111001011100101101101101000111100010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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