#2D113D

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

Shades of Blackcurrant #2D113D

Tints of Blackcurrant #2D113D

Color information

#2D113D (or 0x2D113D) is unknown color: approx Blackcurrant. HEX triplet: 2D, 11 and 3D. RGB value is (45,17,61). Sum of RGB (Red+Green+Blue) = 45+17+61=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D113D is #D2EEC2. Grayscale: #1E1E1E. Windows color (decimal): -13823683 or 4002093. OLE color: 4002093.

HSL color Cylindrical-coordinate representation of color #2D113D: hue angle of 278.18º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D113D is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB451761-
CMYK0.260.7200.76
HSL278.18º56.41%15.29%-
HSV(B)278.18º72.13%23.92%-
XYZ2.121.34.55-
YUV30.39145.28138.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.59%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 61 (24.22% from 255) = 49.59%
R=36.59%
G=13.82%
B=49.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4517610.260.7200.76278.1856.4115.29
Hex2D113D1A4804C11638f
Octal5521753211001144267017
Binary10110110001111101110101001000010011001000101101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,17,61); }

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

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

 a { background-color: rgb(45,17,61); }

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

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

 span { border-color: rgb(45,17,61); }

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