#2F114A

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

Shades of Blackcurrant #2F114A

Tints of Blackcurrant #2F114A

Color information

#2F114A (or 0x2F114A) is unknown color: approx Blackcurrant. HEX triplet: 2F, 11 and 4A. RGB value is (47,17,74). Sum of RGB (Red+Green+Blue) = 47+17+74=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F114A is #D0EEB5. Grayscale: #202020. Windows color (decimal): -13692598 or 4854063. OLE color: 4854063.

HSL color Cylindrical-coordinate representation of color #2F114A: hue angle of 271.58º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F114A is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB471774-
CMYK0.360.7700.71
HSL271.58º62.64%17.84%-
HSV(B)271.58º77.03%29.02%-
XYZ2.611.56.63-
YUV32.47151.44138.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.06%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 74 (29.30% from 255) = 53.62%
R=34.06%
G=12.32%
B=53.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4717740.360.7700.71271.5862.6417.84
Hex2F114A244D0471103f12
Octal57211124411501074207722
Binary10111110001100101010010010011010100011110001000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,17,74); }

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

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

 a { background-color: rgb(47,17,74); }

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

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

 span { border-color: rgb(47,17,74); }

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