#150B1B

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

Shades of Blackcurrant #150B1B

Tints of Blackcurrant #150B1B

Color information

#150B1B (or 0x150B1B) is unknown color: approx Blackcurrant. HEX triplet: 15, 0B and 1B. RGB value is (21,11,27). Sum of RGB (Red+Green+Blue) = 21+11+27=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 27 - color contains mainly: blue. Hex color #150B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B1B is #EAF4E4. Grayscale: #0F0F0F. Windows color (decimal): -15398117 or 1772309. OLE color: 1772309.

HSL color Cylindrical-coordinate representation of color #150B1B: hue angle of 277.5º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #150B1B is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB211127-
CMYK0.220.5900.89
HSL277.5º42.11%7.45%-
HSV(B)277.5º59.26%10.59%-
XYZ0.630.481.1-
YUV15.81134.31131.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 11 (4.69% from 255) = 18.64%
BLUE value IS 27 (10.94% from 255) = 45.76%
R=35.59%
G=18.64%
B=45.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2111270.220.5900.89277.542.117.45
Hex15B1B163B0591162a7
Octal25133326730131426527
Binary101011011110111011011101101011001100010110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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