#1D012F

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

Shades of Blackcurrant #1D012F

Tints of Blackcurrant #1D012F

Color information

#1D012F (or 0x1D012F) is unknown color: approx Blackcurrant. HEX triplet: 1D, 01 and 2F. RGB value is (29,1,47). Sum of RGB (Red+Green+Blue) = 29+1+47=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D012F is #E2FED0. Grayscale: #0E0E0E. Windows color (decimal): -14876369 or 3080477. OLE color: 3080477.

HSL color Cylindrical-coordinate representation of color #1D012F: hue angle of 276.52º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D012F is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB29147-
CMYK0.380.9800.82
HSL276.52º95.83%9.41%-
HSV(B)276.52º97.87%18.43%-
XYZ1.030.492.73-
YUV14.62146.28138.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 47 (18.75% from 255) = 61.04%
R=37.66%
G=1.30%
B=61.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal291470.380.9800.82276.5295.839.41
Hex1D12F2662052115609
Octal3515746142012242514011
Binary11101110111110011011000100101001010001010111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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