#2D1A40

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

Shades of Blackcurrant #2D1A40

Tints of Blackcurrant #2D1A40

Color information

#2D1A40 (or 0x2D1A40) is unknown color: approx Blackcurrant. HEX triplet: 2D, 1A and 40. RGB value is (45,26,64). Sum of RGB (Red+Green+Blue) = 45+26+64=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D1A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1A40 is #D2E5BF. Grayscale: #232323. Windows color (decimal): -13821376 or 4201005. OLE color: 4201005.

HSL color Cylindrical-coordinate representation of color #2D1A40: hue angle of 270º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D1A40 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB452664-
CMYK0.300.5900.75
HSL270º42.22%17.65%-
HSV(B)270º59.38%25.1%-
XYZ2.381.675.05-
YUV36.01143.79134.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=33.33%
G=19.26%
B=47.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4526640.300.5900.7527042.2217.65
Hex2D1A401E3B04B10e2a12
Octal5532100367301134165222
Binary101101110101000000111101110110100101110000111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,26,64); }

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

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

 a { background-color: rgb(45,26,64); }

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

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

 span { border-color: rgb(45,26,64); }

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