#1D0D31

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

Shades of Blackcurrant #1D0D31

Tints of Blackcurrant #1D0D31

Color information

#1D0D31 (or 0x1D0D31) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0D and 31. RGB value is (29,13,49). Sum of RGB (Red+Green+Blue) = 29+13+49=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D0D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0D31 is #E2F2CE. Grayscale: #151515. Windows color (decimal): -14873295 or 3214621. OLE color: 3214621.

HSL color Cylindrical-coordinate representation of color #1D0D31: hue angle of 266.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D0D31 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB291349-
CMYK0.410.7300.81
HSL266.67º58.06%12.16%-
HSV(B)266.67º73.47%19.22%-
XYZ1.20.772.99-
YUV21.89143.3133.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.87%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=31.87%
G=14.29%
B=53.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2913490.410.7300.81266.6758.0612.16
Hex1DD31294905110b3ac
Octal3515615111101214137214
Binary1110111011100011010011001001010100011000010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,13,49); }

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

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

 a { background-color: rgb(29,13,49); }

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

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

 span { border-color: rgb(29,13,49); }

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