#2A163A

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

Shades of Blackcurrant #2A163A

Tints of Blackcurrant #2A163A

Color information

#2A163A (or 0x2A163A) is unknown color: approx Blackcurrant. HEX triplet: 2A, 16 and 3A. RGB value is (42,22,58). Sum of RGB (Red+Green+Blue) = 42+22+58=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A163A is #D5E9C5. Grayscale: #1F1F1F. Windows color (decimal): -14019014 or 3806762. OLE color: 3806762.

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

Color convert

RGB422258-
CMYK0.280.6200.77
HSL273.33º45%15.69%-
HSV(B)273.33º62.07%22.75%-
XYZ2.011.374.16-
YUV32.08142.63135.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.43%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 58 (23.05% from 255) = 47.54%
R=34.43%
G=18.03%
B=47.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4222580.280.6200.77273.334515.69
Hex2A163A1C3E04D1112d10
Octal522672347601154215520
Binary10101010110111010111001111100100110110001000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,22,58); }

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

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

 a { background-color: rgb(42,22,58); }

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

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

 span { border-color: rgb(42,22,58); }

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