#1D0246

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

Shades of Blackcurrant #1D0246

Tints of Blackcurrant #1D0246

Color information

#1D0246 (or 0x1D0246) is unknown color: approx Blackcurrant. HEX triplet: 1D, 02 and 46. RGB value is (29,2,70). Sum of RGB (Red+Green+Blue) = 29+2+70=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 70 (27.73% from 255 or 69.31% from 101); Max value from RGB is 70 - color contains mainly: blue. Hex color #1D0246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0246 is #E2FDB9. Grayscale: #111111. Windows color (decimal): -14876090 or 4588061. OLE color: 4588061.

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

Color convert

RGB29270-
CMYK0.590.9700.73
HSL263.82º94.44%14.12%-
HSV(B)263.82º97.14%27.45%-
XYZ1.630.755.85-
YUV17.82157.45135.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 28.71%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 70 (27.73% from 255) = 69.31%
R=28.71%
G=1.98%
B=69.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal292700.590.9700.73263.8294.4414.12
Hex1D2463B610491085ee
Octal35210673141011141013616
Binary1110110100011011101111000010100100110000100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,2,70); }

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

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

 a { background-color: rgb(29,2,70); }

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

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

 span { border-color: rgb(29,2,70); }

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