#2D0E48

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

Shades of Blackcurrant #2D0E48

Tints of Blackcurrant #2D0E48

Color information

#2D0E48 (or 0x2D0E48) is unknown color: approx Blackcurrant. HEX triplet: 2D, 0E and 48. RGB value is (45,14,72). Sum of RGB (Red+Green+Blue) = 45+14+72=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D0E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0E48 is #D2F1B7. Grayscale: #1D1D1D. Windows color (decimal): -13824440 or 4722221. OLE color: 4722221.

HSL color Cylindrical-coordinate representation of color #2D0E48: hue angle of 272.07º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D0E48 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB451472-
CMYK0.380.8100.72
HSL272.07º67.44%16.86%-
HSV(B)272.07º80.56%28.24%-
XYZ2.411.346.26-
YUV29.88151.77138.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.35%
GREEN value IS 14 (5.86% from 255) = 10.69%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=34.35%
G=10.69%
B=54.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4514720.380.8100.72272.0767.4416.86
Hex2DE4826510481104311
Octal551611046121011042010321
Binary10110111101001000100110101000101001000100010000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,14,72); }

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

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

 a { background-color: rgb(45,14,72); }

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

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

 span { border-color: rgb(45,14,72); }

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