#1D0445

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

Shades of Blackcurrant #1D0445

Tints of Blackcurrant #1D0445

Color information

#1D0445 (or 0x1D0445) is unknown color: approx Blackcurrant. HEX triplet: 1D, 04 and 45. RGB value is (29,4,69). Sum of RGB (Red+Green+Blue) = 29+4+69=102 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.43% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 69 (27.34% from 255 or 67.65% from 102); Max value from RGB is 69 - color contains mainly: blue. Hex color #1D0445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0445 is #E2FBBA. Grayscale: #121212. Windows color (decimal): -14875579 or 4523037. OLE color: 4523037.

HSL color Cylindrical-coordinate representation of color #1D0445: hue angle of 263.08º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0445 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB29469-
CMYK0.580.9400.73
HSL263.08º89.04%14.31%-
HSV(B)263.08º94.2%27.06%-
XYZ1.620.785.69-
YUV18.88156.28135.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 28.43%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 69 (27.34% from 255) = 67.65%
R=28.43%
G=3.92%
B=67.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal294690.580.9400.73263.0889.0414.31
Hex1D4453A5E04910759e
Octal35410572136011140713116
Binary11101100100010111101010111100100100110000011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0445; }

 p { color: rgb(29,4,69); }

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

<style>
 a { background-color: #1D0445; }

 a { background-color: rgb(29,4,69); }

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

<style>
 span { border-color: #1D0445; }

 span { border-color: rgb(29,4,69); }

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