#2D074E

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

Shades of Blackcurrant #2D074E

Tints of Blackcurrant #2D074E

Color information

#2D074E (or 0x2D074E) is unknown color: approx Blackcurrant. HEX triplet: 2D, 07 and 4E. RGB value is (45,7,78). Sum of RGB (Red+Green+Blue) = 45+7+78=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D074E is #D2F8B1. Grayscale: #1A1A1A. Windows color (decimal): -13826226 or 5113645. OLE color: 5113645.

HSL color Cylindrical-coordinate representation of color #2D074E: hue angle of 272.11º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D074E is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB45778-
CMYK0.420.9100.69
HSL272.11º83.53%16.67%-
HSV(B)272.11º91.03%30.59%-
XYZ2.531.267.32-
YUV26.46157.09141.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.62%
GREEN value IS 7 (3.12% from 255) = 5.38%
BLUE value IS 78 (30.86% from 255) = 60%
R=34.62%
G=5.38%
B=60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal457780.420.9100.69272.1183.5316.67
Hex2D74E2A5B0451105411
Octal55711652133010542012421
Binary1011011111001110101010101101101000101100010000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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