#1D0137

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

Shades of Blackcurrant #1D0137

Tints of Blackcurrant #1D0137

Color information

#1D0137 (or 0x1D0137) is unknown color: approx Blackcurrant. HEX triplet: 1D, 01 and 37. RGB value is (29,1,55). Sum of RGB (Red+Green+Blue) = 29+1+55=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0137 is #E2FEC8. Grayscale: #0F0F0F. Windows color (decimal): -14876361 or 3604765. OLE color: 3604765.

HSL color Cylindrical-coordinate representation of color #1D0137: hue angle of 271.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0137 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB29155-
CMYK0.470.9800.78
HSL271.11º96.43%10.98%-
HSV(B)271.11º98.18%21.57%-
XYZ1.210.563.66-
YUV15.53150.28137.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.12%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 55 (21.88% from 255) = 64.71%
R=34.12%
G=1.18%
B=64.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal291550.470.9800.78271.1196.4310.98
Hex1D1372F6204E10f60b
Octal3516757142011641714013
Binary11101111011110111111000100100111010000111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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