#2D163A

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

Shades of Blackcurrant #2D163A

Tints of Blackcurrant #2D163A

Color information

#2D163A (or 0x2D163A) is unknown color: approx Blackcurrant. HEX triplet: 2D, 16 and 3A. RGB value is (45,22,58). Sum of RGB (Red+Green+Blue) = 45+22+58=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 22 (8.98% from 255 or 17.6% 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 #2D163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D163A is #D2E9C5. Grayscale: #202020. Windows color (decimal): -13822406 or 3806765. OLE color: 3806765.

HSL color Cylindrical-coordinate representation of color #2D163A: hue angle of 278.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 #2D163A is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB452258-
CMYK0.220.6200.77
HSL278.33º45%15.69%-
HSV(B)278.33º62.07%22.75%-
XYZ2.131.444.17-
YUV32.98142.12136.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=36%
G=17.6%
B=46.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4522580.220.6200.77278.334515.69
Hex2D163A163E04D1162d10
Octal552672267601154265520
Binary10110110110111010101101111100100110110001011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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