#1D082C

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

Shades of Blackcurrant #1D082C

Tints of Blackcurrant #1D082C

Color information

#1D082C (or 0x1D082C) is unknown color: approx Blackcurrant. HEX triplet: 1D, 08 and 2C. RGB value is (29,8,44). Sum of RGB (Red+Green+Blue) = 29+8+44=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #1D082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D082C is #E2F7D3. Grayscale: #121212. Windows color (decimal): -14874580 or 2885661. OLE color: 2885661.

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

Color convert

RGB29844-
CMYK0.340.8200.83
HSL275º69.23%10.2%-
HSV(B)275º81.82%17.25%-
XYZ1.050.622.45-
YUV18.38142.46135.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 8 (3.52% from 255) = 9.88%
BLUE value IS 44 (17.58% from 255) = 54.32%
R=35.80%
G=9.88%
B=54.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal298440.340.8200.8327569.2310.2
Hex1D82C225205311345a
Octal35105442122012342310512
Binary11101100010110010001010100100101001110001001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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