#1D151F

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

Shades of Blackcurrant #1D151F

Tints of Blackcurrant #1D151F

Color information

#1D151F (or 0x1D151F) is unknown color: approx Blackcurrant. HEX triplet: 1D, 15 and 1F. RGB value is (29,21,31). Sum of RGB (Red+Green+Blue) = 29+21+31=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D151F is #E2EAE0. Grayscale: #181818. Windows color (decimal): -14871265 or 2037021. OLE color: 2037021.

HSL color Cylindrical-coordinate representation of color #1D151F: hue angle of 288º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1D151F is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB292131-
CMYK0.060.3200.88
HSL288º19.23%10.2%-
HSV(B)288º32.26%12.16%-
XYZ1.020.91.42-
YUV24.53131.65131.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 31 (12.5% from 255) = 38.27%
R=35.80%
G=25.93%
B=38.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2921310.060.3200.8828819.2310.2
Hex1D151F62005812013a
Octal35253764001304402312
Binary11101101011111111010000001011000100100000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,21,31); }

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

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

 a { background-color: rgb(29,21,31); }

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

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

 span { border-color: rgb(29,21,31); }

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