#1D0E25

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

Shades of Blackcurrant #1D0E25

Tints of Blackcurrant #1D0E25

Color information

#1D0E25 (or 0x1D0E25) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0E and 25. RGB value is (29,14,37). Sum of RGB (Red+Green+Blue) = 29+14+37=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D0E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0E25 is #E2F1DA. Grayscale: #151515. Windows color (decimal): -14873051 or 2428445. OLE color: 2428445.

HSL color Cylindrical-coordinate representation of color #1D0E25: hue angle of 279.13º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D0E25 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB291437-
CMYK0.220.6200.85
HSL279.13º45.1%10%-
HSV(B)279.13º62.16%14.51%-
XYZ10.711.83-
YUV21.11136.97133.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 14 (5.86% from 255) = 17.5%
BLUE value IS 37 (14.84% from 255) = 46.25%
R=36.25%
G=17.5%
B=46.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2914370.220.6200.85279.1345.110
Hex1DE25163E0551172da
Octal351645267601254275512
Binary11101111010010110110111110010101011000101111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,14,37); }

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

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

 a { background-color: rgb(29,14,37); }

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

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

 span { border-color: rgb(29,14,37); }

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