#2D1443

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

Shades of Blackcurrant #2D1443

Tints of Blackcurrant #2D1443

Color information

#2D1443 (or 0x2D1443) is unknown color: approx Blackcurrant. HEX triplet: 2D, 14 and 43. RGB value is (45,20,67). Sum of RGB (Red+Green+Blue) = 45+20+67=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #2D1443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1443 is #D2EBBC. Grayscale: #202020. Windows color (decimal): -13822909 or 4396077. OLE color: 4396077.

HSL color Cylindrical-coordinate representation of color #2D1443: hue angle of 271.91º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D1443 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB452067-
CMYK0.330.7000.74
HSL271.91º54.02%17.06%-
HSV(B)271.91º70.15%26.27%-
XYZ2.351.465.47-
YUV32.83147.28136.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.09%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 67 (26.56% from 255) = 50.76%
R=34.09%
G=15.15%
B=50.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4520670.330.7000.74271.9154.0217.06
Hex2D1443214604A1103611
Octal55241034110601124206621
Binary10110110100100001110000110001100100101010001000011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,20,67); }

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

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

 a { background-color: rgb(45,20,67); }

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

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

 span { border-color: rgb(45,20,67); }

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