#150D1F

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

Shades of Blackcurrant #150D1F

Tints of Blackcurrant #150D1F

Color information

#150D1F (or 0x150D1F) is unknown color: approx Blackcurrant. HEX triplet: 15, 0D and 1F. RGB value is (21,13,31). Sum of RGB (Red+Green+Blue) = 21+13+31=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #150D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D1F is #EAF2E0. Grayscale: #111111. Windows color (decimal): -15397601 or 2034965. OLE color: 2034965.

HSL color Cylindrical-coordinate representation of color #150D1F: hue angle of 266.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #150D1F is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB211331-
CMYK0.320.5800.88
HSL266.67º40.91%8.63%-
HSV(B)266.67º58.06%12.16%-
XYZ0.70.551.36-
YUV17.44135.65130.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 13 (5.47% from 255) = 20%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=32.31%
G=20%
B=47.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2113310.320.5800.88266.6740.918.63
Hex15D1F203A05810b299
Octal251537407201304135111
Binary10101110111111100000111010010110001000010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150D1F; }

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

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

<style>
 a { background-color: #150D1F; }

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

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

<style>
 span { border-color: #150D1F; }

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

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