#2A172E

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

Shades of Blackcurrant #2A172E

Tints of Blackcurrant #2A172E

Color information

#2A172E (or 0x2A172E) is unknown color: approx Blackcurrant. HEX triplet: 2A, 17 and 2E. RGB value is (42,23,46). Sum of RGB (Red+Green+Blue) = 42+23+46=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A172E is #D5E8D1. Grayscale: #1F1F1F. Windows color (decimal): -14018770 or 3020586. OLE color: 3020586.

HSL color Cylindrical-coordinate representation of color #2A172E: hue angle of 289.57º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A172E is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB422346-
CMYK0.090.5000.82
HSL289.57º33.33%13.53%-
HSV(B)289.57º50%18.04%-
XYZ1.751.32.74-
YUV31.3136.29135.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.84%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=37.84%
G=20.72%
B=41.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4223460.090.5000.82289.5733.3313.53
Hex2A172E93205212221e
Octal522756116201224424116
Binary101010101111011101001110010010100101001000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,23,46); }

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

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

 a { background-color: rgb(42,23,46); }

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

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

 span { border-color: rgb(42,23,46); }

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