#2D0743

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

Shades of Blackcurrant #2D0743

Tints of Blackcurrant #2D0743

Color information

#2D0743 (or 0x2D0743) is unknown color: approx Blackcurrant. HEX triplet: 2D, 07 and 43. RGB value is (45,7,67). Sum of RGB (Red+Green+Blue) = 45+7+67=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 67 (26.56% from 255 or 56.30% from 119); Max value from RGB is 67 - color contains mainly: blue. Hex color #2D0743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0743 is #D2F8BC. Grayscale: #191919. Windows color (decimal): -13826237 or 4392749. OLE color: 4392749.

HSL color Cylindrical-coordinate representation of color #2D0743: hue angle of 278º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0743 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB45767-
CMYK0.330.9000.74
HSL278º81.08%14.51%-
HSV(B)278º89.55%26.27%-
XYZ2.171.125.41-
YUV25.2151.59142.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.82%
GREEN value IS 7 (3.12% from 255) = 5.88%
BLUE value IS 67 (26.56% from 255) = 56.30%
R=37.82%
G=5.88%
B=56.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal457670.330.9000.7427881.0814.51
Hex2D743215A04A11651f
Octal55710341132011242612117
Binary101101111100001110000110110100100101010001011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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