#1D1030

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

Shades of Blackcurrant #1D1030

Tints of Blackcurrant #1D1030

Color information

#1D1030 (or 0x1D1030) is unknown color: approx Blackcurrant. HEX triplet: 1D, 10 and 30. RGB value is (29,16,48). Sum of RGB (Red+Green+Blue) = 29+16+48=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D1030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1030 is #E2EFCF. Grayscale: #171717. Windows color (decimal): -14872528 or 3149853. OLE color: 3149853.

HSL color Cylindrical-coordinate representation of color #1D1030: hue angle of 264.38º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D1030 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB291648-
CMYK0.400.6700.81
HSL264.38º50%12.55%-
HSV(B)264.38º66.67%18.82%-
XYZ1.230.852.89-
YUV23.54141.81131.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.18%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=31.18%
G=17.20%
B=51.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2916480.400.6700.81264.385012.55
Hex1D1030284305110832d
Octal3520605010301214106215
Binary11101100001100001010001000011010100011000010001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,16,48); }

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

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

 a { background-color: rgb(29,16,48); }

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

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

 span { border-color: rgb(29,16,48); }

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