#2D0036

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

Shades of Blackcurrant #2D0036

Tints of Blackcurrant #2D0036

Color information

#2D0036 (or 0x2D0036) is unknown color: approx Blackcurrant. HEX triplet: 2D, 00 and 36. RGB value is (45,0,54). Sum of RGB (Red+Green+Blue) = 45+0+54=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 54 (21.48% from 255 or 54.55% from 99); Max value from RGB is 54 - color contains mainly: blue. Hex color #2D0036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0036 is #D2FFC9. Grayscale: #131313. Windows color (decimal): -13828042 or 3538989. OLE color: 3538989.

HSL color Cylindrical-coordinate representation of color #2D0036: hue angle of 290º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0036 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB45054-
CMYK0.17100.79
HSL290º100%10.59%-
HSV(B)290º100%21.18%-
XYZ1.750.823.56-
YUV19.61147.41146.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 54.55%
R=45.45%
G=0%
B=54.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal450540.17100.7929010010.59
Hex2D036116404F12264b
Octal5506621144011744214413
Binary10110101101101000111001000100111110010001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,0,54); }

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

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

 a { background-color: rgb(45,0,54); }

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

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

 span { border-color: rgb(45,0,54); }

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