#2F143A

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

Shades of Blackcurrant #2F143A

Tints of Blackcurrant #2F143A

Color information

#2F143A (or 0x2F143A) is unknown color: approx Blackcurrant. HEX triplet: 2F, 14 and 3A. RGB value is (47,20,58). Sum of RGB (Red+Green+Blue) = 47+20+58=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F143A is #D0EBC5. Grayscale: #202020. Windows color (decimal): -13691846 or 3806255. OLE color: 3806255.

HSL color Cylindrical-coordinate representation of color #2F143A: hue angle of 282.63º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F143A is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB472058-
CMYK0.190.6600.77
HSL282.63º48.72%15.29%-
HSV(B)282.63º65.52%22.75%-
XYZ2.191.414.16-
YUV32.4142.45138.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.6%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=37.6%
G=16%
B=46.4%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4720580.190.6600.77282.6348.7215.29
Hex2F143A134204D11b31f
Octal5724722310201154336117
Binary10111110100111010100111000010010011011000110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,20,58); }

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

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

 a { background-color: rgb(47,20,58); }

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

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

 span { border-color: rgb(47,20,58); }

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