#2D193A

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

Shades of Blackcurrant #2D193A

Tints of Blackcurrant #2D193A

Color information

#2D193A (or 0x2D193A) is unknown color: approx Blackcurrant. HEX triplet: 2D, 19 and 3A. RGB value is (45,25,58). Sum of RGB (Red+Green+Blue) = 45+25+58=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D193A is #D2E6C5. Grayscale: #222222. Windows color (decimal): -13821638 or 3807533. OLE color: 3807533.

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

Color convert

RGB452558-
CMYK0.220.5700.77
HSL276.36º39.76%16.27%-
HSV(B)276.36º56.9%22.75%-
XYZ2.191.564.19-
YUV34.74141.13135.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.16%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=35.16%
G=19.53%
B=45.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4525580.220.5700.77276.3639.7616.27
Hex2D193A163904D1142810
Octal553172267101154245020
Binary10110111001111010101101110010100110110001010010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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