#150618

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

Shades of Blackcurrant #150618

Tints of Blackcurrant #150618

Color information

#150618 (or 0x150618) is unknown color: approx Blackcurrant. HEX triplet: 15, 06 and 18. RGB value is (21,6,24). Sum of RGB (Red+Green+Blue) = 21+6+24=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #150618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150618 is #EAF9E7. Grayscale: #0C0C0C. Windows color (decimal): -15399400 or 1574421. OLE color: 1574421.

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

Color convert

RGB21624-
CMYK0.130.7500.91
HSL290º60%5.88%-
HSV(B)290º75%9.41%-
XYZ0.540.360.9-
YUV12.54134.47134.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 6 (2.73% from 255) = 11.76%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=41.18%
G=11.76%
B=47.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal216240.130.7500.91290605.88
Hex15618D4B05B1223c6
Octal25630151130133442746
Binary10101110110001101100101101011011100100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150618; }

 p { color: rgb(21,6,24); }

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

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

 a { background-color: rgb(21,6,24); }

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

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

 span { border-color: rgb(21,6,24); }

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