#1D0427

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

Shades of Blackcurrant #1D0427

Tints of Blackcurrant #1D0427

Color information

#1D0427 (or 0x1D0427) is unknown color: approx Blackcurrant. HEX triplet: 1D, 04 and 27. RGB value is (29,4,39). Sum of RGB (Red+Green+Blue) = 29+4+39=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #1D0427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0427 is #E2FBD8. Grayscale: #0F0F0F. Windows color (decimal): -14875609 or 2556957. OLE color: 2556957.

HSL color Cylindrical-coordinate representation of color #1D0427: hue angle of 282.86º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0427 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB29439-
CMYK0.260.9000.85
HSL282.86º81.4%8.43%-
HSV(B)282.86º89.74%15.29%-
XYZ0.920.491.97-
YUV15.46141.28137.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.28%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 39 (15.62% from 255) = 54.17%
R=40.28%
G=5.56%
B=54.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal294390.260.9000.85282.8681.48.43
Hex1D4271A5A05511b518
Octal3544732132012543312110
Binary111011001001111101010110100101010110001101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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