#2F193A

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

Shades of Blackcurrant #2F193A

Tints of Blackcurrant #2F193A

Color information

#2F193A (or 0x2F193A) is unknown color: approx Blackcurrant. HEX triplet: 2F, 19 and 3A. RGB value is (47,25,58). Sum of RGB (Red+Green+Blue) = 47+25+58=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F193A is #D0E6C5. Grayscale: #232323. Windows color (decimal): -13690566 or 3807535. OLE color: 3807535.

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

Color convert

RGB472558-
CMYK0.190.5700.77
HSL280º39.76%16.27%-
HSV(B)280º56.9%22.75%-
XYZ2.281.614.19-
YUV35.34140.79136.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.15%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=36.15%
G=19.23%
B=44.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4725580.190.5700.7728039.7616.27
Hex2F193A133904D1182810
Octal573172237101154305020
Binary10111111001111010100111110010100110110001100010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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