#1D002C

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

Shades of Blackcurrant #1D002C

Tints of Blackcurrant #1D002C

Color information

#1D002C (or 0x1D002C) is unknown color: approx Blackcurrant. HEX triplet: 1D, 00 and 2C. RGB value is (29,0,44). Sum of RGB (Red+Green+Blue) = 29+0+44=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 44 (17.58% from 255 or 60.27% from 73); Max value from RGB is 44 - color contains mainly: blue. Hex color #1D002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D002C is #E2FFD3. Grayscale: #0D0D0D. Windows color (decimal): -14876628 or 2883613. OLE color: 2883613.

HSL color Cylindrical-coordinate representation of color #1D002C: hue angle of 279.55º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D002C is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB29044-
CMYK0.34100.83
HSL279.55º100%8.63%-
HSV(B)279.55º100%17.25%-
XYZ0.960.442.42-
YUV13.69145.11138.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 60.27%
R=39.73%
G=0%
B=60.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal290440.34100.83279.551008.63
Hex1D02C2264053118649
Octal3505442144012343014411
Binary11101010110010001011001000101001110001100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,0,44); }

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

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

 a { background-color: rgb(29,0,44); }

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

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

 span { border-color: rgb(29,0,44); }

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