#1D0129

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

Shades of Blackcurrant #1D0129

Tints of Blackcurrant #1D0129

Color information

#1D0129 (or 0x1D0129) is unknown color: approx Blackcurrant. HEX triplet: 1D, 01 and 29. RGB value is (29,1,41). Sum of RGB (Red+Green+Blue) = 29+1+41=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D0129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0129 is #E2FED6. Grayscale: #0D0D0D. Windows color (decimal): -14876375 or 2687261. OLE color: 2687261.

HSL color Cylindrical-coordinate representation of color #1D0129: hue angle of 282º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0129 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB29141-
CMYK0.290.9800.84
HSL282º95.24%8.24%-
HSV(B)282º97.56%16.08%-
XYZ0.920.442.13-
YUV13.93143.28138.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.85%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 41 (16.41% from 255) = 57.75%
R=40.85%
G=1.41%
B=57.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal291410.290.9800.8428295.248.24
Hex1D1291D6205411a5f8
Octal3515135142012443213710
Binary1110111010011110111000100101010010001101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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