#150B17

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

Shades of Blackcurrant #150B17

Tints of Blackcurrant #150B17

Color information

#150B17 (or 0x150B17) is unknown color: approx Blackcurrant. HEX triplet: 15, 0B and 17. RGB value is (21,11,23). Sum of RGB (Red+Green+Blue) = 21+11+23=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #150B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B17 is #EAF4E8. Grayscale: #0F0F0F. Windows color (decimal): -15398121 or 1510165. OLE color: 1510165.

HSL color Cylindrical-coordinate representation of color #150B17: hue angle of 290º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #150B17 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB211123-
CMYK0.090.5200.91
HSL290º35.29%6.67%-
HSV(B)290º52.17%9.02%-
XYZ0.580.460.87-
YUV15.36132.31132.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.18%
GREEN value IS 11 (4.69% from 255) = 20%
BLUE value IS 23 (9.38% from 255) = 41.82%
R=38.18%
G=20%
B=41.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2111230.090.5200.9129035.296.67
Hex15B1793405B122237
Octal25132711640133442437
Binary10101101110111100111010001011011100100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,11,23); }

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

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

 a { background-color: rgb(21,11,23); }

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

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

 span { border-color: rgb(21,11,23); }

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