#2A192F

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

Shades of Blackcurrant #2A192F

Tints of Blackcurrant #2A192F

Color information

#2A192F (or 0x2A192F) is unknown color: approx Blackcurrant. HEX triplet: 2A, 19 and 2F. RGB value is (42,25,47). Sum of RGB (Red+Green+Blue) = 42+25+47=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A192F is #D5E6D0. Grayscale: #202020. Windows color (decimal): -14018257 or 3086634. OLE color: 3086634.

HSL color Cylindrical-coordinate representation of color #2A192F: hue angle of 286.36º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A192F is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB422547-
CMYK0.110.4700.82
HSL286.36º30.56%14.12%-
HSV(B)286.36º46.81%18.43%-
XYZ1.821.392.86-
YUV32.59136.13134.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 36.84%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 47 (18.75% from 255) = 41.23%
R=36.84%
G=21.93%
B=41.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4225470.110.4700.82286.3630.5614.12
Hex2A192FB2F05211e1fe
Octal523157135701224363716
Binary10101011001101111101110111101010010100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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