#1D0140

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

Shades of Blackcurrant #1D0140

Tints of Blackcurrant #1D0140

Color information

#1D0140 (or 0x1D0140) is unknown color: approx Blackcurrant. HEX triplet: 1D, 01 and 40. RGB value is (29,1,64). Sum of RGB (Red+Green+Blue) = 29+1+64=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D0140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0140 is #E2FEBF. Grayscale: #101010. Windows color (decimal): -14876352 or 4194589. OLE color: 4194589.

HSL color Cylindrical-coordinate representation of color #1D0140: hue angle of 266.67º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0140 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB29164-
CMYK0.550.9800.75
HSL266.67º96.92%12.75%-
HSV(B)266.67º98.44%25.1%-
XYZ1.440.654.9-
YUV16.55154.78136.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 64 (25.39% from 255) = 68.09%
R=30.85%
G=1.06%
B=68.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal291640.550.9800.75266.6796.9212.75
Hex1D140376204B10b61d
Octal35110067142011341314115
Binary111011100000011011111000100100101110000101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,1,64); }

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

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

 a { background-color: rgb(29,1,64); }

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

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

 span { border-color: rgb(29,1,64); }

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